-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (40 loc) · 1.62 KB
/
index.html
File metadata and controls
52 lines (40 loc) · 1.62 KB
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
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html class="no-js" lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="ClearType" content="true" />
<!--
Delete as required: Prefetch DNS for external assets (CDN-hosted libraries + plugins, font-embedding, social widgets, etc).
<link rel="dns-prefetch" href="//google-analytics.com">
<link rel="dns-prefetch" href="//ajax.googleapis.com">
-->
<title>Title</title>
<meta name="description" content=" " />
<!-- Facebook Open Graph data -->
<meta property="og:title" content="Title Here" />
<meta property="og:type" content="article" />
<meta property="og:url" content="http://www.example.com/" />
<meta property="og:image" content="http://example.com/image.jpg" />
<meta property="og:description" content="Description Here" />
<!-- Twitter Card data -->
<meta name="twitter:card" value="summary">
<!-- Icons - Generate yours here: realfavicongenerator.net -->
<link rel="shortcut icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon-precomposed.png" />
<!-- Stylesheets -->
<link rel="stylesheet" href="/assets/css/screen.css" media="screen" />
</head>
<body class=" ">
<div class="row">
<div class="container">
<h1>Offroadcode Starter Kit</h1>
<p>This is the Offroadcode starter kit. For more information visit <a href="https://github.com/Offroadcode/Offroadcode-Starter-Kit">GitHub</a></p>
</div>
</div>
<!-- Scripts-->
<script src="/assets/js/build/production.min.js"></script>
<!-- Scripts -->
</body>
</html>