-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaboutme.html
33 lines (33 loc) · 835 Bytes
/
aboutme.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
<head>
<title>About me</title>
<meta charset="utf-8"/>
<link rel="stylesheet"
href="style.css"
type="text/css">
</head>
<header>
<h1>About me</h1>
<ul id="mainnav">
<li><a href="index.html">Home</a> | </li>
<li><a href="exp.html">My Experience</a></li>
</ul>
</header>
<body>
<table>
<tr>
<thead>
<th><h1>Hobbies & Interests</h1></th>
</thead>
<tbody>
<ul>
<td id="firstone">
<li>Game Development</li>
<li>Computer Hacking/Security</li>
<li>Parkour</li>
</td>
</ul>
</tbody>
</tr>
</table>
</body>
<footer>Dimitri Stamatiou</footer>