-
Notifications
You must be signed in to change notification settings - Fork 32
/
index.html
39 lines (27 loc) · 1.21 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
33
34
35
36
37
38
39
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Meow Meow</title>
</head>
<body>
Heyy this is meow meow nigga
currently a student in S5 CSE
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR2UOW09a8y-Ue_FtTFn01C4U4-dZmIax-P_g&s" alt="A cute cat picture">
<ul>
<li><a href="pages/advaith.html">HEHE COMPUTER GO BRRR</a></li>
<li><a href="pages/test.html">Umm, misleading title</a></li>
<li><a href="pages/memboy.html">for the memes!!</a></li>
<img src="https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcR2UOW09a8y-Ue_FtTFn01C4U4-dZmIax-P_g&s" alt="Meow Meow">
<ul>
<li><a href="pages/ossbyak.html"> HEHE COMPUTER GO BRRR </a></li>
<li><a href="pages/advaith.html"> HEHE COMPUTER GO BRRR </a></li>
<li><a href="pages/look.html"> My beautifull page </a></li>
</ul>
<li><a href="pages/eshan.html"> the thing go zoooommm </a></li>
<li><a href="pages/memboy.html">for the memes!!</a></li>
<li><a href="pages/startboy.html">Weekday</a></li>
<li><a href="pages/hello.html">emes!!</a></li>
</ul>
</body>
</html>