diff options
Diffstat (limited to 'templates/html5.html')
-rw-r--r-- | templates/html5.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/templates/html5.html b/templates/html5.html new file mode 100644 index 0000000..71c2bfb --- /dev/null +++ b/templates/html5.html @@ -0,0 +1,27 @@ +<!DOCTYPE html> +<!-- YYYY-MM-DD --> +<html> +<head> + <meta http-equiv='Content-Type' content='text/html; charset=utf-8' /> + <meta http-equiv='Content-Language' content='de_DE' /> + <meta name='author' content='Patrick Simianer' /> + <meta name='robots' content='index, follow' /> + <meta name='revisit-after' content='15 days' /> + <meta name='description' content='' /> + <meta name='keywords' content='' /> + + <title>html5 template</title> + + <link rel='stylesheet' type='text/css' href='stylesheets/styles.css' /> + <link rel='shortcut icon' type='image/png' href='images/favicon.png' /> + + <script type='text/javascript' src='javascripts/untitled.js'></script> +</head> + +<body> + + + +</body> +</html> + |