blob: 57fa5af25ef152435889b10af1e237c19acbf69b (
plain)
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
|
<!doctype html>
<html lang="en-us">
<head>
<meta charset="utf-8">
<title>About</title>
<link rel="stylesheet" href="/assets/css/main.css">
</head>
<body>
<div class="wrap">
<header class="masthead">
<div class="container">
<h3 class="masthead-title">
<a href="/" title="Home">ASCIIMX</a>
<br><small>Wickramage Don Sadeep's Personal Website</small>
</h3>
</div>
</header>
<main class="container" id="main">
<h1 id="about-page">About page</h1>
<p>This page tells you a little bit about me.</p>
</main>
</div>
</body>
</html>
|