1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Tama-25 Portfolio</title>
<link rel="stylesheet" href="index.css">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header class="hero">
<h1>Tama-25</h1>
<p>Developer & Creative Technologist</p>
</header>
<main>
<section id="timeline" class="timeline"></section>
<section id="about" class="about"></section>
</main>
<footer>
<p>&copy; 2026 Tama-25</p>
</footer>
<script src="index.js"></script>
</body>
</html>
No comments yet. Be the first!