-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (32 loc) · 722 Bytes
/
index.html
File metadata and controls
42 lines (32 loc) · 722 Bytes
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 PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>yoogx.github.com</title>
<meta http-equiv="Content-Type"
content="text/html; charset=iso-8859-1">
<style type="text/css">
body { font-family: "Courier New",Courier,mono;
background-color: black;
color: rgb(160, 160, 160);
}
samp.cursor { text-decoration: blink ! important;
}
div.content { width: 75%;
margin-left: 15%;
margin-top: 5em;
}
a { color: white ! important;
text-decoration: none ! important;
}
a:hover { color: red ! important;
}
</style>
</head>
<body>
<div class="content">
<pre>
localhost# <samp
class="cursor">_</samp></pre>
</div>
</body>
</html>