-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
83 lines (80 loc) · 2.18 KB
/
index.html
File metadata and controls
83 lines (80 loc) · 2.18 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
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
77
78
79
80
81
82
83
<!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>Test Website</title>
</head>
<style>
</style>
<table cellspacing="20">
<td><img src="img\bg.png" alt="Anime"></td>
<td>
<h1>I am a !=ded psychopath</h1>
<p><em>I am !=a dip <strong>shit</strong></em></p>
<p>I am having a chaotic dedbrain, left with only two <a
href="https://www.google.com/search?q=brain+cells&tbm=isch&ved=2ahUKEwjAtOW4xLfoAhW9kEsFHTWYAUQQ2-cCegQIABAA&oq=brain+cells&gs_l=img.3..0l10.26108.27858..28012...0.0..0.265.2146.0j3j7......0....1..gws-wiz-img.......35i39j0i67j0i131j0i3.Z0qtTGuXM54&ei=pk58XsDJE72hrtoPtbCGoAQ&rlz=1C1CHBF_enIN891IN892">brain
cells!</a></p>
</td>
</table>
<hr>
<body>
<h3>I want to sell you shit XD</h3>
<ul>
<li>Monthely shit which you will never get</li>
<li>5 Monthel shit which you will never get</li>
</ul>
<hr>
<h3>My qualification</h3>
<table border="1px">
<thead>
<th>Time</th>
<th>Work</th>
</thead>
<tbody>
<tr>
<td>2004-2020</td>
<td>High school</td>
</tr>
<tr>
<td>2018-2020</td>
<td>Programming</td>
</tr>
</tbody>
</table>
<hr>
<h3>Skills</h3>
<table cellspacing="10px">
<tr>
<td>c++</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Android</td>
<td>🌟🌟🌟🌟</td>
</tr>
<tr>
<td>Java</td>
<td>🌟🌟🌟</td>
</tr>
</table>
<table cellspacing="10px">
<tr>
<td>HTML</td>
<td>🌟🌟🌟</td>
</tr>
<tr>
<td>Gaming</td>
<td>🌟🌟🌟</td>
</tr>
<tr>
<td>Wordpress</td>
<td>🌟🌟🌟🌟🌟</td>
</tr>
</table>
<hr>
<a href="hobbies.html">Shit I like to do!</a>
<a href="contact_me.html">My contact details</a>
</body>
</html>