-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (36 loc) · 958 Bytes
/
index.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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Wicked Web - Home</title>
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" href="img/WickedWeb.ico"><!-- 32×32 -->
<style>
body {
margin: 0;
background: linear-gradient(to right, black, purple, black);
}
</style>
</head>
<body>
<header>
<div class="All_header_menu">
<div class="Logo">
<img src="img/Wicked Web Ico.png" width="150px">
</div>
<div class="Top_menu">
<ul>
<li><a href="index.html">Home</a></li>
<li><a href="https://www.donationalerts.com/r/wickedmoddinggg">Donat Alerts</a></li>
<li><a href="wickedmods.html">Wicked Mods</a></li>
<li><a href="music.html">My Love Music</a></li>
</ul>
</div>
</div>
</header>
<center>
<a class="text">Hm... :)</a>
</center>
</body>
</html>