|
@@ -2,14 +2,14 @@
|
2
|
2
|
|
3
|
3
|
<head>
|
4
|
4
|
<head>
|
5
|
|
- <!--#include virtual="head.html" -->
|
|
5
|
+ <!--#include virtual="/head.html" -->
|
6
|
6
|
<meta charset="utf-8">
|
7
|
7
|
<meta http-equiv="content-type" content="text/html;charset=utf-8">
|
8
|
8
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
9
|
|
- <!--#include virtual="base.html" -->
|
|
9
|
+ <!--#include virtual="/base.html" -->
|
10
|
10
|
|
11
|
11
|
<link rel="apple-touch-icon" href="images/apple-touch-icon.png">
|
12
|
|
- <!--#include virtual="title.html" -->
|
|
12
|
+ <!--#include virtual="/title.html" -->
|
13
|
13
|
</head>
|
14
|
14
|
<style>
|
15
|
15
|
body,
|
|
@@ -61,4 +61,4 @@
|
61
|
61
|
</div>
|
62
|
62
|
</body>
|
63
|
63
|
|
64
|
|
-</html>
|
|
64
|
+</html>
|