This repository has been archived by the owner on Feb 5, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy patherror.html
104 lines (87 loc) · 3.48 KB
/
error.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Sam IT">
<meta name="author" content="samuel litzler">
<title>Sam IT - Software and Harware</title>
<link rel="icon" type="image/png" href="img/icons/favicon.png" />
<!-- Bootstrap Core CSS -->
<link href="css/bootstrap.min.css" rel="stylesheet" type="text/css">
<!-- Fonts -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
<link href="css/animate.css" rel="stylesheet" />
<!-- Squad theme CSS -->
<link href="css/error.css" rel="stylesheet">
<link href="color/default.css" rel="stylesheet">
</head>
<body id="page-top" data-spy="scroll" data-target=".navbar-custom">
<!-- Preloader -->
<div id="preloader">
<div id="load"></div>
</div>
<nav class="navbar navbar-custom navbar-fixed-top" role="navigation">
<div class="container">
<a class="navbar-brand" href="index.html">
<h1>SAM IT</h1>
</a>
<!-- Collect the nav links, forms, and other content for toggling -->
<div class="collapse navbar-collapse navbar-right navbar-main-collapse">
<ul class="nav navbar-nav">
<li><a href="index.html#about">A propos</a></li>
<li><a href="index.html#contact">Contact</a></li>
<li><a href="index.html#service">Nouveautés</a></li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Forum (HS) <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="error.html">Arduino</a></li>
<li><a href="error.html">Raspberry</a></li>
<li><a href="error.html">Sécurité informatique</a></li>
<li><a href="error.html">Développement Web</a></li>
<li><a href="error.html">Développement Logiciel</a></li>
<li><a href="error.html">Sujet libre</a></li>
</ul>
</li>
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown">Articles <b class="caret"></b></a>
<ul class="dropdown-menu">
<li><a href="error.html">Arduino</a></li>
<li><a href="error.html">Raspberry</a></li>
<li><a href="error.html">Sécurité informatique</a></li>
<li><a href="error.html">Développement Web</a></li>
<li><a href="error.html">Développement Logiciel</a></li>
<li><a href="articles/Projets/index.html">Projets</a></li>
</ul>
</li>
</ul>
</li>
</ul>
</div>
</div>
</nav>
<!-- Section: intro -->
<section id="intro" class="intro"></section>
<footer>
<div class="container">
<div class="row">
<div class="col-md-12 col-lg-12">
<p>©Sam IT. Pas encore de droit mdr</p>
<div class="credits">
<a href="https:">Site gouverné par</a> Samuel LITZLER
</div>
</div>
</div>
</div>
</footer>
<!-- Core JavaScript Files -->
<script src="js/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/jquery.easing.min.js"></script>
<script src="js/jquery.scrollTo.js"></script>
<script src="js/wow.min.js"></script>
<!-- Custom Theme JavaScript -->
<script src="js/custom.js"></script>
<script src="contactform/contactform.js"></script>
</body>
</html>