-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
42 lines (42 loc) · 1.61 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
34
35
36
37
38
39
40
41
42
<!DOCTYPE html>
<html lange="en">
<head>
<!--Tech Meta-->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=7">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--Basic Meta-->
<title>WebsiteApp Title</title>
<meta name="description" content="WebsitApp Description">
<meta name="keywords" content="Keyword1, keyword 2">
<!--Facebook Meta-->
<meta property="og:title" content="WebsiteApp">
<meta property="og:site_name" content="WebsiteApp">
<meta property="og:description" content="Website App Description">
<meta property="og:image" content="http://imageUrl.jpg">
<meta property="og:url" content="http://websiteAppURL.com">
<meta property="og:type" content="website">
<!--Favicon-->
<link rel="shortcut icon" href="/favicon.ico">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<!--Css-->
<link rel="stylesheet" type="text/css" media="screen" href="css/style.css">
<!--App Javascript-->
<script data-main="app/main.js" src="app/libs/require-jquery.min.js"></script>
<!--Other Javascript-->
<script src="app/libs/ga.js"></script>
<!--RSS TODO-->
</head>
<body class="home">
<div id="Wallbbble">
<div id="Views"><script type="text/x-jquery-tmpl" id="ShotView">
<div class="shot Shot"><img src="${image_teaser_url}"></div></script>
</div>
<div class="loader"></div>
<div class="header">
<div class="logo">logo here</div>
</div>
<div id="Shots" class="shots"></div>
</div>
</body>
</html>