Added addons.css and basic element

This commit is contained in:
Jan Jastrow 2019-10-17 18:39:23 +02:00
parent c18bd621d3
commit 25558de0cc
1 changed files with 4 additions and 0 deletions

View File

@ -7,6 +7,7 @@
<meta name="author" content="Jan Jastrow" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="css/addons.min.css" type="text/css" />
<link rel="stylesheet" href="css/styles.min.css" type="text/css" />
<!-- for development only
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate" />
@ -15,5 +16,8 @@
-->
</head>
<body>
<h1>Foo</h1>
<p>Bar</p>
<p>Baz…</p>
</body>
</html>