summaryrefslogtreecommitdiff
path: root/templates/html5.html
blob: 71c2bfb404e76012a9999d92370762b40881b47e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
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>