-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
28 lines (25 loc) · 1.1 KB
/
Copy pathindex.html
File metadata and controls
28 lines (25 loc) · 1.1 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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Evilcode Corporation</title>
<link href="css/screen.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="wrapper">
<img src="img/header-corp.png" />
<span id="title_links">
<span class="orange">[</span> <a href="http://www.thesjg.net/">Samuel J. Greear</a> <span class="orange">]</span>
<br />
<span class="orange">[</span> <a href="http://www.kaneda.net/">Ryan C. Creasey</a> <span class="orange">]</span>
</span>
<div id="content">
<span class="orange">[</span> <a href="http://evilprojects.net/">Evil Projects Repository</a> <span class="orange">]</span>
<span class="orange">[</span> <a href="http://infernalhosting.net/">Infernal Hosting</a> <span class="orange">]</span>
</div>
</div>
<div id="footer_wrapper">
© 2008 Evilcode Corporation</span>
</div>
<body>
</html>