-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathKALU.html
More file actions
39 lines (34 loc) · 988 Bytes
/
KALU.html
File metadata and controls
39 lines (34 loc) · 988 Bytes
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Kalu Kalu site</title>
</head>
<header>
<table cellspacing="40" >
<tr> <td><img src="/lnkdin.png" alt="Kalu Image"> </td>
<td><h1>Kalu Kalu</h1><br> <em>I love creating music...</em> </td>
</tr>
</table>
</header>
<hr>
<body>
<h2>SKILLS </h2>
<table>
<tr>
<td>
<ul>
<li>Javascript, Html, CSS, Ruby ⭐️⭐️⭐️⭐️⭐️</li>
<li>Dancing ⭐️⭐️⭐️</li>
<li>Sports ⭐️⭐️⭐️⭐️</li>
<li>Music & Art ⭐️⭐️⭐️⭐️⭐️</li>
</ul>
</td>
</tr>
</table>
<hr>
<h2>Links</h2>
</body>
<h2></h2>
<p></p>
</html>