-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
67 lines (60 loc) · 2.51 KB
/
index.html
File metadata and controls
67 lines (60 loc) · 2.51 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
<!DOCTYPE html>
<!--[if lt IE 7]>
<html class="no-js lt-ie9 lt-ie8 lt-ie7"> <![endif]-->
<!--[if IE 7]>
<html class="no-js lt-ie9 lt-ie8"> <![endif]-->
<!--[if IE 8]>
<html class="no-js lt-ie9"> <![endif]-->
<!--[if gt IE 8]><!-->
<html class="no-js"> <!--<![endif]-->
<head>
<!-- Standard Meta -->
<meta charset="utf-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"/>
<meta name="viewport" content="width=device-width"/>
<!-- Site Properities -->
<title>Accueil</title>
<meta name="description" content="Site de la team Sultalus (Sur le talus, mais en bourguignon!) contenant photos, vidéos, récit de nos parties de pêche!
Vous trouverez également des informations sur nos techniques et sur nos lieux de pêche.
Et tous sa avec bonne humeur et parfois même de bonne crise de fous rire!""/>
<meta name="keywords" content="sur le talus, sultalus, pêche, truite, jura, carnassier, brochet, sandre, la sorme"/>
<!-- DocPad Meta -->
<meta name="generator" content="DocPad v6.57.0" />
<!-- DocPad Styles + Our Own -->
<link rel="stylesheet" href="/styles/all.min.css" />
<!-- Icons -->
<!-- Favicon -->
<link rel="shortcut icon" href="/icons/favicon.ico"/>
<!-- For non-Retina iPhone, iPod Touch, and Android 2.1+ devices: -->
<link rel="apple-touch-icon-precomposed" href="/icons/apple-touch-icon.png"/>
<!-- For first- and second-generation iPad: -->
<link rel="apple-touch-icon-precomposed" sizes="72x72" href="/icons/apple-touch-icon.png"/>
<!-- For iPhone with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="114x114" href="/icons/apple-touch-icon.png"/>
<!-- For third-generation iPad with high-resolution Retina display: -->
<link rel="apple-touch-icon-precomposed" sizes="144x144" href="/icons/apple-touch-icon.png"/>
</head>
<body>
<!--[if lt IE 7]>
<p class="chromeframe">You are using an outdated browser. <a href="http://browsehappy.com/">Upgrade your browser
today</a> or <a href="http://www.google.com/chromeframe/?redirect=true">install Google Chrome Frame</a> to better
experience this site.</p>
<![endif]-->
<header id="header">
<div class="container">
<img id="logo" alt="logo" src="/images/logo-white.png">
</div>
</header>
<section id="content">
<div class="container">
<article>
<p>Accueil</p>
</div>
</section>
<footer id="footer">
<p>© Sultalus - 2013 tous droits réservés</p>
</footer>
<!-- DocPad Scripts + Our Own -->
<script defer="defer" src="/scripts/all.min.js"></script>
</body>
</html>