-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
43 lines (43 loc) · 1.08 KB
/
index.html
File metadata and controls
43 lines (43 loc) · 1.08 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
<html>
<head>
<title>BOOMB!-home</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<img id="img1" src="BOOMB logo copy.jpg"></img>
<nav>
<a href="HOME.html">Home</a>
<a href="CONTANT.html">Course</a>
<a href="ABOUT.html">About</a>
<a href="CONTACT.html">Contact</a>
</nav>
<div class="hm">
<div class="hs">
<h1>Welcome to BOOMB!</h1>
</div>
<div class="contant">
<div class="contant">
<a href="HOME.html">
<img src="pic1.jpg" alt="C1">
</a>
<h2>C 1</h2>
<p>Description of C1</p>
</div>
<div class="contant">
<a href="HOME.html">
<img src="pic1.jpg" alt="C2">
</a>
<h2>C 2</h2>
<p>Description of C2</p>
</div>
<div class="contant">
<a href="HOME.html">
<img src="pic1.jpg" alt="C3">
</a>
<h2>C 3</h2>
<p>Description of C3</p>
</div>
</div>
</div>
</body>
</html>