-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
58 lines (48 loc) · 2.16 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en" dir="ltr" xml:lang="en"
prefix="og: http://ogp.me/ns#
fb: http://ogp.me/ns/fb#
foaf: http://xmlns.com/foaf/0.1/
dc: http://purl.org/dc/terms/
v: http://rdf.data-vocabulary.org/#
owl: http://www.w3.org/2002/07/owl#" class="no-js no-touch">
<head>
<meta charset="utf-8">
<title property="dc:title">Barrel of Fun</title>
<!-- Metadata Standards + Dublin Core RDFA -->
<meta name="robots" content="INDEX, FOLLOW" />
<meta name="keywords" content="Barrel of Fun" />
<meta property="dc:creator" name="author" content="Barrel of Fun" />
<meta property="dc:created" content="2014-01-15" />
<meta property="dc:language" content="en-US" />
<!-- Open Graph RDFa -->
<meta property="og:title" content="Barrel of Fun" />
<meta property="og:description" name="description" content="Forum for Barrel of Fun" />
<meta property="og:type" content="website" />
<!-- <meta property="og:url" content="http://barrel-of-fun.com/" /> -->
<!-- <meta property="og:image" content="PATH TO IMAGE" /> -->
<!-- <meta property="og:image:type" content="image/jpeg" /> -->
<!-- <meta property="og:image:width" content="320" /> -->
<!-- <meta property="og:image:height" content="320" /> -->
<!-- <meta property="og:site_name" content="Barrel of Fun" /> -->
<!-- browser-specific tags -->
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
<!-- Icons -->
<!-- <link rel="shortcut icon" href="/src/images/fav.ico" sizes="16x16 32x32 48x48" /> -->
<script data-main="/src/js/main" src="/src/js/lib/require.js"></script>
<link rel="stylesheet" type="text/css" href="/src/main.css" />
</head>
<body data-google-analytics="">
<header role="banner">
<h1>Barrel of Fun</h1>
<p style="text-align: center;font-size: 1.4rem;line-height: 2rem;margin-top: 5rem;">Kee!</p>
</header>
<article role="main">
</article>
<footer role="contentinfo">
</footer>
</body>
</html>