-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
76 lines (45 loc) · 1.14 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>HiVolumes Website</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<h1>HiVolume </h1>
<hr>
<h2>
<p>HiVolume Beats <em>was born </em>dale <strong> jefferson</strong> </p>
</h2>
<ols style="margin-left">
<h1>Hobbies </h1>
<li>Football</li>
<li>programming</li>
<li>music</li>
</ol>
<hr>
<br>
<table border="3" size="20" >
<tr>
<td>My Name is dale 🗜 </td>
<td>
<button class="yo" type="button" name="button">🗜</button>
</td>
</tr>
</table>
<br>
<img src="Untitled_Artwork.PNG" alt="">
<hr class="fancy">
<br>
<br>
<a href="about.html">Go to About page</a>
<form class="" action="mailto: [email protected]" method="post">
<label for="">SIGN IN</label>
<input type="text" name="" value="">
<input type="submit" name="">
<textarea name="name" rows="3" cols="20"></textarea>
</form>
<hr>
<h1 class="bill" >This is Website isnt over buddy</h1>
</body>
</html>