-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
68 lines (56 loc) · 1.66 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Recarp</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<h1 style="color: aqua;">Totally fucked Recarp</h1>
<p title="Kingi Pini">And this is a fulking paragraph or else Ngwangwa ngruku</p>
<table style="border: 1px solid black;">
<tr>
<th>Name</th>
<th>Country</th>
<th>Job</th>
</tr>
<tr>
<td>Max Furaha</td>
<td>Kenya</td>
<td>S/Ware Deve0loper</td>
</tr>
<tr>
<td>Kuku Jogoo</td>
<td>Rwanda</td>
<td>Robber</td>
</tr>
</table>
<div class="codaina">
<div style="background-color: rgb(6, 235, 82);">
<h1>Codaina innit</h1>
<p>Just Testing hakuna mambo mingi</p>
</div>
<div style="background-color: red;">
<h1>Ngwangwa ngruku</h1>
<p>What abaout</p>
</div>
<div style="background-color: blue;">
<h1>ya Mwisho sasa</h1>
<p>Wekelea tano</p>
</div>
</div>
<div id="MyName">
<h1>My Name is Max!</h1>
<h2>i was born in 2002</h2>
</div>
<form>
<label for="name">Name:</label><br>
<input type="text" id="name" name="name"><br>
<label for="email">Email:</label><br>
<input type="email" id="email" name="email"> <br>
<input type="submit" value="Submit" style="margin-top: 5px;">
<input type="reset" value="reset">
</form>
</body>
</html>