-
Notifications
You must be signed in to change notification settings - Fork 0
/
template.html
38 lines (28 loc) · 1.09 KB
/
template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" href="//static.redata.dev/css/global.css">
<link rel="stylesheet" href="//static.redata.dev/css/mobile-media-queries.css" id="mobile-media-queries" disabled="disabled">
<link rel="stylesheet" href="//static.redata.dev/css/desktop-media-queries.css" id="desktop-media-queries" disabled="disabled">
<link rel="stylesheet" href="css/site.css">
<script src="//static.redata.dev/js/media-queries.js" defer></script>
<script src="//static.redata.dev/js/include.js" defer></script>
<script src="//static.redata.dev/js/ui.js" defer></script>
<script src="js/script.js" defer></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link type="Image/x-icon" href="favicon.png" rel="icon">
<title>MD2HTML</title>
</head>
<body>
<header>
<include src="/components/header.html"></include>
<div id="breadcrumb"></div>
</header>
<main>
<section>
<h1>Hare docs</h1>
</section>
</main>
<include src="/components/footer.html"></include>
</body>
</html>