forked from AljanScholtens/taiga-boilerplate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
33 lines (25 loc) · 1.11 KB
/
index.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
<!DOCTYPE HTML>
<html lang="nl">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="apple-mobile-web-app-title" content="Project" />
<meta name="msapplication-TileImage" content="windows-icon.png" />
<meta name="msapplication-TileColor" content="#4fca96" />
<title>Home - Project</title>
<meta name="description" content="" />
<meta name="author" content="Studio Wolf, www.studiowolf.nl" />
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
<link rel="stylesheet" href="stylesheets/styles.css" />
<link rel="shortcut icon" href="favicon.ico" />
<link rel="apple-touch-icon-precomposed" href="apple-icon.png" />
</head>
<body>
<div class="container">
<p>Hi, this is Taiga Boilerplate. Find basic modules and examples in <a href="modules.html">modules.html</a></p>
</div>
<!-- Scripts -->
<script src="scripts/jquery-2.0.3.min.js"></script>
<script src="scripts/interface.js"></script>
</body>
</html>