-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (42 loc) · 1.52 KB
/
Copy pathindex.html
File metadata and controls
42 lines (42 loc) · 1.52 KB
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
40
41
42
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Navigation menu</title>
<style>
ul.nav{
margin-left: 0px;
padding-left: 0px;
list-style: none;
}
ul.nav a {
display: block;
width: 20em;
padding:10px;
background-color: #f4f4f4;
border-top: 1px dashed #333;
border-right: 1px dashed #333;
border-left: 5px solid #333;
text-decoration: none;
color: #333;
}
ul.nav li:last-child a {
border-bottom: 1px dashed #333;
}
</style>
</head>
<body>
<ul class="nav">
<li><a href="converter.html">Convert Netscape stealer log to JSON log</a></li>
<li><a href="GmailDot.html">Gmail-dot generator for unlimited emails</a></li>
<li><a href="root.html">Fake Linux console</a></li>
<li><a href="BitCreator.html">Just generate bits with your keyboard</a></li>
<li><a href="Paint.html">Draw your mom online without registration and SMS</a></li>
<li><a href="TextConvert.html">Create beautiful text</a></li>
<li><a href="Google">The Google</a></li>
<li><a href="Super_Mario">Play Mario</a></li>
<li><a href="NOTHING.HTML">Nothing</a></li>
<li><a href="NOTHING.HTML">Nothing</a></li>
</ul>
</body>
</html>