-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
122 lines (122 loc) · 4.87 KB
/
404.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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
<!DOCTYPE html>
<!--[if lt IE 7]> <html class="no-js lt-ie9 lt-ie8 lt-ie7" lang="en"> <![endif]-->
<!--[if IE 7]> <html class="no-js lt-ie9 lt-ie8" lang="en"> <![endif]-->
<!--[if IE 8]> <html class="no-js lt-ie9" lang="en"> <![endif]-->
<!--[if gt IE 8] -->
<html lang="en">
<!-- <![endif] -->
<head>
<meta charset="utf-8" />
<!-- %meta{:content => "IE=edge,chrome=1", "http-equiv" => "X-UA-Compatible"} -->
<title>My C-Sense | Solutions Web de reporting extra-financier</title>
<meta content="Bootsrap based theme" name="description" />
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link href="favicon.ico" rel="shortcut icon" />
<link href="stylesheets/bootstrap.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/responsive.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/font-awesome.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/theme.css" media="screen" rel="stylesheet" type="text/css" />
<link href="stylesheets/fonts.css" media="screen" rel="stylesheet" type="text/css" />
</head>
<body class="theme-pattern-tiny-grid">
<!-- Page Header -->
<header id="masthead">
<nav class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a class="btn btn-navbar" data-target=".nav-collapse" data-toggle="collapse">
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</a>
<h1 class="brand">
<a href="index.html">
<img src="images/logo.png">
</a>
</h1>
<div class="nav-collapse collapse">
<ul class="nav pull-right">
<li class=""><a href="collecte.html">Collecte</a></li>
<li class=""><a href="reporting.html">Reporting</a></li>
<li class=""><a href="contact.html">Contact</a></li>
<li class=""><button href="#myModal" data-toggle="modal" class="btn btn-primary btn-normal" href="contact.html">Démonstration en ligne</button></li>
</ul>
</div>
</div>
</div>
</nav>
</header>
<div id="myModal" class="modal hide fade" tabindex="-1" role="dialog" aria-labelledby="myModalLabel" aria-hidden="true">
<div class="modal-header">
<button type="button" class="close" data-dismiss="modal" aria-hidden="true">×</button>
<h3 id="myModalLabel">Démonstration en ligne</h3>
</div>
<div class="modal-body">
<div class="row-fluid">
<p>Inscrivez-vous pour obtenir accès à une version de démonstration de My C-Tool</p>
<div class="input-append">
<input type="text" name="demo-email" placeholder="Email" class="span10">
<button class="btn btn-primary">S'inscrire</button>
</div>
</div>
</div>
</div>
<!-- Main Content -->
<div id="content" role="main">
<section class="section alt pull-center" id="promo">
<div class="container">
<div class="hero-unit hero-huge hero-404">
<h1>404</h1>
<p>
oops I guess something went wrong!
</p>
</div>
</div>
</section>
<section class="section">
<div class="container">
<div class="row-fluid">
<div class="span12">
<article>
<header class="pull-center">
<h2>
So, whats next?
</h2>
</header>
<p class="pull-center">
head back to the
<a href="/">homepage</a>
and find your way
</p>
</article>
</div>
</div>
</div>
</section>
</div>
<!-- Page Footer -->
<footer class="section" id="footer" role="contentinfo">
<div class="container">
<div class="row-fluid">
<div class="span4">
<address>
<i class="icon-map-marker"></i>
<strong>My C-Sense</strong>
<br>13 avenue Albert Einstein
<br>69100 Villeurbanne
</address>
</div>
<div class="span4">
<p class="pull-center"><br><br>© 2013 My C-Sense</p>
</div>
</div>
</div>
</footer>
<script src="javascripts/jquery.min.js" type="text/javascript"></script>
<script src="javascripts/bootstrap.js" type="text/javascript"></script>
<script src="javascripts/script.js" type="text/javascript"></script>
</body>
</html>