diff options
author | Nick White <git@njw.me.uk> | 2011-06-16 22:30:23 +0100 |
---|---|---|
committer | Nick White <git@njw.me.uk> | 2011-06-16 22:30:23 +0100 |
commit | 2b76a1dcb056720641b0a1b2002c7c63329dfa92 (patch) | |
tree | d03f0f3f2f8d2de5a7beb1ace75473933c265309 /webheader.html | |
parent | 04dabf5ef4c5ec9b09e78d4adf9a3ff8051be43d (diff) |
Improve webpage, specify javascript (as that's the ecmascript variant we're using)
Diffstat (limited to 'webheader.html')
-rw-r--r-- | webheader.html | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/webheader.html b/webheader.html deleted file mode 100644 index 7d73833..0000000 --- a/webheader.html +++ /dev/null @@ -1,15 +0,0 @@ -<!DOCTYPE html><html><head> -<style type="text/css"> -body { font-family: sans-serif; width: 75%; margin: auto; } -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; - width: 19em; 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>SimplyRead - Stop browsing, start reading</title> -</head><body> |