commit 6adf81b56db602cbe3b8770cf467871876d5665e
parent 9bd228c2911168db3cfaa79dac6b0dcaa4881e56
Author: Alexander Kojevnikov <alexander@kojevnikov.com>
Date: Thu, 31 Mar 2011 18:37:54 +0800
web: HTML5 doctype
Diffstat:
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/web/index.html b/web/index.html
@@ -1,11 +1,9 @@
-<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
+<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Spek – Free Acoustic Spectrum Analyzer / Spectrogram Viewer</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
- <meta http-equiv="Content-Style-Type" content="text/css"/>
<link rel="alternate" type="application/atom+xml" title="Spek Project News Feed" href="http://versia.com/category/spek/feed/atom/" />
<style type="text/css">
body {font-family: sans-serif; font-size: 11pt; width: 760px; margin: 20px auto; padding: 0;}