summaryrefslogtreecommitdiff
path: root/web/header.html
diff options
context:
space:
mode:
authorNick White <git@njw.me.uk>2010-10-24 23:06:08 +0100
committerNick White <git@njw.me.uk>2010-10-24 23:06:08 +0100
commit089c905ebd7e365791112f8a9f1f2a44de5987a1 (patch)
treeaeb259d381678bbbdd11d75b92bc3c5dd1da85ad /web/header.html
parent4bb3e07baabf1ef6ca5c9fea389045dddd77025b (diff)
Simplify and update webpage creation
Diffstat (limited to 'web/header.html')
-rw-r--r--web/header.html16
1 files changed, 0 insertions, 16 deletions
diff --git a/web/header.html b/web/header.html
deleted file mode 100644
index fed7a0b..0000000
--- a/web/header.html
+++ /dev/null
@@ -1,16 +0,0 @@
-<!DOCTYPE html><html><head>
-<style type="text/css">
-body { font-family: sans-serif; max-width: 75%; margin: auto;
- background: url(small.png) no-repeat 86% 2px; }
-h1 { font-size: 1.6em; text-align: center; margin-bottom: 0.2em; }
-h2 { font-size: 1.2em; border-bottom: thin solid black; margin-top: 0.1em; }
-h3 { border: thin solid black; margin: auto; background: #cd2f2f;
- max-width: 15em; text-align: center; padding: 0.2em; margin-bottom: 0.3em; }
-h3:hover { background: #ff9657; }
-h3 a { color: black; text-decoration: none }
-h3 a:hover { text-decoration: underline }
-img { display: block; margin: auto; }
-</style>
-<link rel="alternate" type="text/turtle" title="rdf" href="doap.ttl" />
-<title>Spout - A simple caveflying game</title>
-</head><body>