forked from cc-archive/cc-cert-core
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
24 lines (21 loc) · 877 Bytes
/
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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">
<html>
<head>
<title>What's Here?</title>
<style type="text/css" >
body {background: #ccc; margin:0; padding:0; font: 1.1em "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;}
#content {margin: 4em auto; width: 700px; padding: 0.5em 1em; background: #fff; border: 3px dotted #666; text-align:center;}
a:link {color: #024;}
a:visited {color: #630;}
h1 { font-size: 200%}
p {margin-top:0; font-size: 120%;}
.blurb { font-size: 90%}
</style>
</head>
<div id="content">
<h1>What's Here?</h1>
<p>Not much. The original Map site here was a prototype and has been <a href="https://cogdog.github.io/cc-cert-core-archive/">moved/archived</a>. The GH Pages here is used only to serve it's <a href="img/">images</a>.</p>
</div>
</body>
</html>