-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdata.html
37 lines (30 loc) · 930 Bytes
/
data.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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<title>Juan Sebastian Cardona Muñoz</title>
<body>
<h1>Juan Sebastian Cardona Muñoz</h1>
<p> This is my personal Web Page.</p>
<h2> Who Am I?</h2>
<p> </p>
<h2> My Hobbies: </h2>
<ul>
<li> Programming</li>
<li> Play Tennis</li>
<li> Ride Horses</li>
<li> Diving</li>
<li> Play Basquet Ball</li>
<li> Read</li>
<li> Watch TV Series </li>
<li> Play VideoGames </li>
</ul>
<h2> Social Media</h2>
<ul>
<li> Facebook: https://www.facebook.com/juan.cardonamunoz</li>
<li> Twitter: @jscardona12</li>
<li> Github : https://github.com/jscardona12 </li>
</ul>
</body>
</html>