-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 1.23 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!doctype HTML>
<html>
<header>
<link rel="stylesheet" href="style.css">
<title>how about kys</title>
</header>
<body>
<div id="center">
<center>
<img id="cat" src="back.png"/>
<div id="d1">lmao kys </div>
<div id="d2">(keep yourself safe).</div>
<br>
<div id="xd">
i am a professional programmer. you can see that <br>
because i use <a style="text-decoration:line-through">monospace</a> times new romen font. and also because <br>
i use dark mode. and also because i do very nice design (\s). and also <br>
because i type all lowercase and put periods. and also <br>
because i like cats. and kys <a style="text-decoration:line-through">(kill yourself safe)</a>
</div>
<ul>
<li><a href="https://github.com/NuclearC">github</a></li>
<li><a href="https://youtube.com/NuclearC">youtube</a></li>
<li><a href="mailto:[email protected]">email</a></li>
</ul>
</center>
</div>
</body>
</html>