summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorIIMarckus <iimarckus@gmail.com>2015-12-10 23:57:41 -0700
committerIIMarckus <iimarckus@gmail.com>2015-12-11 00:01:20 -0700
commit9508a9b32cd6785a30a7f3f964bfd93c5fa954d5 (patch)
tree48e4544394a24e1f4d463ae57d3bd200d11d53f4 /index.html
parentd964ddb0231e6368c2dcf91962715dc7c2eca8b4 (diff)
Switch to HTML5 doctype.
Diffstat (limited to 'index.html')
-rw-r--r--index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 6bf517c..866c0ba 100644
--- a/index.html
+++ b/index.html
@@ -1,7 +1,7 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
- "http://www.w3.org/TR/html4/strict.dtd">
+<!doctype html>
+<meta charset=utf-8>
+<link rel="stylesheet" href="/style/minimal.css">
<title>iimarck.us — Main Page</title>
-<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
<base href="http://iimarck.us/">
<h1><a href="./">iimarck.us</a></h1>
<h2>Main Page</h2>