forked from Codi-B07/HTML-Challenge
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathLeaZouein_HTML2.html
More file actions
42 lines (39 loc) · 999 Bytes
/
LeaZouein_HTML2.html
File metadata and controls
42 lines (39 loc) · 999 Bytes
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
<html>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<head>
<title> HELLO HTML2
</title>
<link rel="stylesheet" href="stylesheet.css" />
</head>
<br><br><br>
<body>
<header>
<h1>MENU</h1>
</header>
<div>
<ul>
<li><a href="#Home">Home</a></li>
<li><a href="#Downloads">News</a></li>
<li><a href="#Forums">Contact</a></li>
<li><a href="#about">About</a></li>
</ul>
</div>
<br><br><br>
<div class="container">
<img class="image" src="https://i.giphy.com/media/l2JJDdD7cv4xdGGis/giphy.webp" alt="crazy cats gif">
</div>
<h2> We offer: </h2>
<ul>
<li> Git Tutorials </li>
<li> HTML and CSS </li>
<li> Code or die know-how </li>
<li> No sleep </li>
<li> Keys Obsession </li>
</ul>
</body>
<br><br><br>
<footer>
<em>Sponsored by </em> <a href="https://codi.tech/" target="_blank"> CODI TECH</a>
</footer>
</html>