Added addons.css and basic element
This commit is contained in:
parent
c18bd621d3
commit
25558de0cc
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user