diff options
author | pks <pks@pks.rocks> | 2021-01-23 11:24:30 +0100 |
---|---|---|
committer | pks <pks@pks.rocks> | 2021-01-23 11:24:30 +0100 |
commit | e8d6464f5c834b2ea801ac596ee1d31791f2c2fd (patch) | |
tree | 40603505815b83a2043bd89da6ac0660db3bb982 /templates/html5.html | |
parent | 6423f685e82168ad26df06c9701af89488d6bdec (diff) | |
parent | af8617eeff5e40df0610b00214c20095654d63a6 (diff) |
Merge remote-tracking branch 'templates/master'
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> + |