-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (37 loc) · 969 Bytes
/
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
//
<!doctype html>
<html lang="en">
<head>
<meta charset=utf-8>
<title> My website</title>
</head>
<body style="background-color: chocolate;">
<h1>wow</h1>
<ul>
<li>good</li>
<li>better
</li>
<li>best</li>
<li><a href="https://www.udemy.com/course/the-complete-web-development-bootcamp/learn/lecture/12287450#notes"> Angela's course of web the-complete-web-development-bootcamp</a></li>
<li><a href="hobby.html"> My hobby</a></li>
</ul>
<img src="https://tse2.explicit.bing.net/th?id=OIP.fw8MIrt9KdTacbWFBIJFVwHaEo&pid=Api&P=0" alt="Nature image">
<ul>
<li>Skills</li>
<li>
<table>
<tr>
<td>web development </td>
<td>web skills</td>
</tr>
<tr>
<td>web hw</td>
<td>
web growth
</td>
</tr>
</table>
</li>
</ul>
</body>
</html>