This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<link rel="stylesheet" type="text/css" href="muh_styles.css"> | |
<meta charset="UTF-8"> | |
</head> | |
<body> | |
<!--<p id="greeting">welcome to wolowolo.com</p>--> | |
<marquee><img src="bBIa.gif"></marquee> | |
<p id="statement">GRAPHIC DESIGN IS MY PASSION</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# some meme domains | |
# for nen | |
# irc.rizon.net #homescreen | |
0.0.0.0 kelp.ml | |
0.0.0.0 mail.kelp.ml | |
0.0.0.0 www.kelp.ml # >www in 2019 | |
0.0.0.0 torrent.kelp.ml | |
0.0.0.0 priv.kelp.ml | |
0.0.0.0 i.alan.moe |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@echo off | |
if "%~1"=="" ( | |
goto :help | |
) | |
if "%~1"=="help" ( | |
goto :help | |
) | |
if "%~1"=="start" ( |