This repository has been archived by the owner on May 10, 2019. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 13
/
explore.html
33 lines (32 loc) · 1.65 KB
/
explore.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Vitraux Visiteurs | Parcours de l'église</title>
<meta name="viewport" content="initial-scale=1, maximum-scale=1">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<link rel="icon" href="assets/img/favicon.ico" />
<link rel="stylesheet" href="node_modules/ratchet-npm/dist/css/ratchet.min.css">
<link rel="stylesheet" href="node_modules/font-awesome/css/font-awesome.min.css">
<link rel="stylesheet" href="node_modules/roboto-fontface/css/roboto/roboto-fontface.css" />
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<header class="bar bar-nav">
<a id="back" class="icon icon-left-nav pull-left" href="#" data-ignore="push"></a>
<h1 class="title"></h1>
</header>
<div id="explore-page" class="content">
<ul class="table-view" id="stainted-glass-windows">
<li class="table-view-divider place-info">
<h4 class="place-name"></h4>
<p><span class="fa fa-info-circle"></span> Appuyez pour agrandir <span id="text-info-vitraux1"></span> ci-dessous et cherchez <span id="text-info-vitraux2"></span> dans l'église pour en savoir plus !</p>
</li>
</ul>
</div>
<script src="node_modules/jquery/dist/jquery.min.js"></script>
<script src="node_modules/ratchet-npm/dist/js/ratchet.min.js"></script>
<script src="assets/js/vitraux-visiteurs.min.js"></script>
</body>
</html>