diff options
| author | Yuval Adam <_@yuv.al> | 2016-08-16 00:57:48 +0300 |
|---|---|---|
| committer | Yuval Adam <_@yuv.al> | 2016-08-16 00:57:48 +0300 |
| commit | 0227d2eaa7452ab4e58468a61a34f2592e3fdef7 (patch) | |
| tree | 55b9ae45d2ab4743ca9f62076e4440fc6fa0ce35 | |
| parent | ee73aeedcca3e3a9304033110f8cbe7f2748e434 (diff) | |
Add missing html doctype
| -rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ +<!doctype html> <html> <head> <meta charset="utf-8"> |
