summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2012-05-23 13:14:21 +0300
committerYuval Adam <yuv.adm@gmail.com>2012-05-23 13:14:21 +0300
commitde6c00867092f86967660a8d43d230162e87024b (patch)
tree520799a0827dc7ddf10af5f0de8947cc3a3dcf8e
parenta70000ea3611bee3e8d2156971531cb0a5db016e (diff)
missing doctype
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 8db03b5..0fe9b46 100644
--- a/index.html
+++ b/index.html
@@ -1,3 +1,4 @@
+<!doctype html>
<html>
<head>
<title>L-Systems.JS Playground</title>