15 lines
285 B
HTML
15 lines
285 B
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<meta charset="utf-8" />
|
|||
|
<title>About Me</title>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<h1>Aliberk Sandıkçı</h1>
|
|||
|
<p>High School Student</p>
|
|||
|
<p>Linux User</p>
|
|||
|
<p>Pardus Volunteer</p>
|
|||
|
|
|||
|
... (not ready yet)
|
|||
|
</body>
|
|||
|
</html>
|