-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (23 loc) · 834 Bytes
/
Copy pathindex.html
File metadata and controls
33 lines (23 loc) · 834 Bytes
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
<!doctype html>
<html lang="">
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" />
<title>Titel - v2.1.1</title>
<meta name="description" content="basic project setup" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="apple-touch-icon" href="img/icons/apple-touch-icon.png" />
<!-- Vendor -->
<link rel="stylesheet" href="css/vendor.bundle.min.css?v=2.1.1" />
<!-- App -->
<link rel="stylesheet" href="css/main.bundle.min.css?v=2.1.1" />
</head>
<body>
<!-- Add your site or application content here -->
<p>Hello world! This is HTML5 Boilerplate on DEVELOPMENT.</p>
<!-- Vendor -->
<script src="js/vendor.bundle.min.js?v=2.1.1"></script>
<!-- App -->
<script src="js/main.bundle.min.js?v=2.1.1"></script>
</body>
</html>