summaryrefslogtreecommitdiff
path: root/index.html
blob: bf1d2cea0c0cf480ab09c044ecfb1772c537dba7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
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.