-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
62 lines (54 loc) · 1.31 KB
/
Copy pathindex.html
File metadata and controls
62 lines (54 loc) · 1.31 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
<!DOCTYPE html>
<html>
<!-- Haut de Page-->
<header>
<img src="img/logo.png" width="100" />
<link rel="shortcut icon" href="/img/Logo.ico" />
<link rel="icon" type="img/Logo.png" sizes="16x16" href="img/Logo.png">
<title>
Radish
</title>
<h1 class="Logo">
Radish
</h1>
<p class="SloganHaut">
Bien plus de se que vous pensez
</p>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/styles.css">
<nav class="MenuNav">
<ul>
<li class="BoutonNav">
<a href="">
Acceuil
</a>
</li>
<li class="BoutonNav">
<a href="dashboard.php">
Dashboard
</a>
</li>
<li class="BoutonNav">
<a href="discord.html">
Discord
</a>
</li>
</ul>
</nav>
</header>
<!--Page normal-->
<body>
<div id="content">
<div class="leftbox">
<p class="Annonce">
Annonce
</p>
</div>
</div>
</body>
<footer>
<p class="Copyright">
copyright © Radish, INC
</p>
</footer>
</html>