forked from DevTips/Artists-Theme
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
executable file
·41 lines (28 loc) · 1020 Bytes
/
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
34
35
36
37
38
39
40
41
---
---
<!DOCTYPE html>
<html class="">
<head>
<meta charset="UTF-8">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="{{ site.data.settings.seo.description }}">
<meta rel="author" href="{{ site.data.settings.seo.rel-author }}">
<meta rel="publisher" href="{{ site.data.settings.seo.rel-publisher }}">
<title>{{ site.data.settings.title }}</title>
<link rel="stylesheet" href="assets/css/all.css">
<!--[if lt IE 9]><script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script><![endif]-->
</head>
<body>
{% include header.html %}
{% include about.html %}
{% include work.html %}
{% include clients.html %}
{% include contact.html %}
{% include form.html %}
{% include footer.html %}
<script src="//ajax.googleapis.com/ajax/libs/jquery/2.1.1/jquery.min.js"></script>
<script src="assets/js/functions.js"></script>
<!-- REMEMBER TO ADD ANALYTICS! -->
</body>
</html>