-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
74 lines (61 loc) · 2.68 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8"/>
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Squelette</title>
<meta name="description" content="So much cookies"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="favicon.png"/>
<!--[if IE]>
<link rel="shortcut icon" type="image/x-icon" href="favicon.ico"/>
<![endif]-->
<!-- Meta for Facebook & Google+ Support -->
<meta property="og:title" content="Squelette">
<meta property="og:type" content="website">
<meta property="og:locale" content="fr_FR">
<meta property="og:image" content="http://">
<meta property="og:url" content="nicolas-fabri.fr">
<meta property="og:description" content="So much cookies">
<!-- Meta Twitter Cards -->
<meta name="twitter:card" content="summary">
<meta name="twitter:site" content="@Squareseidh">
<meta name="twitter:title" content="Squelette">
<meta name="twitter:description" content="So much cookies">
<meta name="twitter:image" content="http://">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/css/bootstrap.min.css">
<link href='http://fonts.googleapis.com/css?family=Roboto' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="css/material-design-iconic-font.min.css" media="screen"/>
<link rel="stylesheet" type="text/css" href="css/style.css" media="screen"/>
</head>
<body>
<!--[if lt IE 8]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<div class="container">
<header>
</header>
<main>
<h1>Cookie Builder</h1>
<p>A skeletton with chocolate nuggets</p>
<div class="text-center">
<img src="./img/PerfectCookie.png" alt="Wow">
</div>
</main>
<footer>
</footer>
</div>
<script src="http://code.jquery.com/jquery-2.1.4.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
<script src="js/app.js"></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
(function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
e=o.createElement(i);r=o.getElementsByTagName(i)[0];
e.src='https://www.google-analytics.com/analytics.js';
r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>