-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
32 lines (29 loc) · 1.14 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
<!DOCTYPE html>
<!--
Jatsby Framework v2.0.0
Released October 22, 2014
under the MIT License
Updated January 29, 2016
Copyright 2016 Jatsby
https://jatsby.com/
-->
<head>
<title>Jatsby Web Framework</title>
<!-- Stylesheets -->
<link rel="stylesheet" type="text/css" href="css/main.min.css">
<!-- JavaScript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="js/script.js"></script>
<script src="js/forceTouch.js"></script>
<!-- Favicon -->
<link rel="shortcut icon" href="favicon.png"/>
<!-- Meta / SEO -->
<meta name="description" content="The CSS framework for trying new things!">
<meta name="keywords" content="jatsby, web, website, framework, html5, pure, css, wekbit, safari, chrome, firefox">
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=1.0; user-scalable=0;"/>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<!-- Browser Theming -->
<meta name="theme-color" content="#333">
<meta name="msapplication-navbutton-color" content="#333">
<meta name="apple-mobile-web-app-status-bar-style" content="#333">
</head>