-
Notifications
You must be signed in to change notification settings - Fork 0
/
transfert_citoyen.html
37 lines (30 loc) · 1.15 KB
/
transfert_citoyen.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
<!DOCTYPE html>
<html>
<title>Thales Serveur Central</title>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">
<link rel="icon" type="image/x-icon" href="./images/thales.ico" />
<body>
<!-- Navbar (sit on top) -->
<div class="w3-top">
<div class="w3-bar w3-white w3-wide w3-padding w3-card">
<a href="index.html#home" class="w3-bar-item w3-button"><b>TUTORIELS</b> Serveur Central</a>
<!-- Float links to the right. Hide them on small screens -->
<div class="w3-right w3-hide-small">
<a href="index.html#Tutoriels" class="w3-bar-item w3-button">Tutoriels</a>
</div>
</div>
</div>
<center><p></br></br><h3><div>Transfert Citoyen</div></h3></p>
<video controls width="1200">
<source src="./tutoriels/transfert_citoyen.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</center>
<!-- Footer -->
<footer class="w3-center w3-black w3-padding-16">
<p>Powered by <a href="https://www.thalesgroup.com/" title="W3.CSS" target="_blank" class="w3-hover-text-green">Thales</a></p>
</footer>
</body>
</html>