summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..bf1d2ce
--- /dev/null
+++ b/index.html
@@ -0,0 +1,19 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1">
+ <meta name="author" content="Stefan Kreutz">
+ <meta name="copyright" content="Copyright © 2021 Stefan Kreutz">
+ <meta name="description" content="A simple HTML5 skeleton">
+ <title>HTML5 Skeleton</title>
+ <link rel="stylesheet" href="index.css">
+ <link rel="icon" href="data:,">
+ <script src="index.js" async></script>
+ </head>
+ <body>
+ <h1>HTML5 Skeleton</h1>
+ <p>Hello, world!</p>
+ <noscript>Enable JavaScript to see the alert!</noscript>
+ </body>
+</html>
Generated by cgit. See skreutz.com for my tech blog and contact information.