-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.htm
60 lines (53 loc) · 1.37 KB
/
index.htm
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
</head>
<body>
<main>
<h1>Side hustle training</h1>
<h3>html/css/javascript</h3>
<p>My name is precious</p>
<a href="https://lms.terrahq.co/">view site</a>
<div>
<br/>
</div>
<table>
<tr>
<th>monday</th>
<th>tuesday</th>
<th>wednesday</th>
</tr>
<tr>
<td>9am lecture</td>
<td>4pm lesson</td>
<td>study break</td>
</tr>
</table>
<div>
<br>
<form>
first name:
<input type="text"name="firstname"> <br>
e-mail address:
<input type="text"name="email">
</form>
</div>
<br>
<div>
<br>
<audio controls>
<source src="Zoe - The Experience Koinonia with Apostle Joshua Selman.mp3" type="audio/mp3">
</audio>
<br>
<video controls>
<source src="ABATTOIR __ Episode 1__ MOUNT ZION LATEST MOVIE.mp4" type="viedo/mp4">
<br>
</video>
</div>
</main>
</body>
</html>