www/about/index.html

22 lines
334 B
HTML
Raw Normal View History

2023-05-11 15:36:22 +03:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
<title>About Me</title>
</head>
<body>
<div style="display: none;">
<h1>Aliberk Sandıı</h1>
<p>High School Student</p>
<p>Linux User</p>
<p>Pardus Volunteer</p>
... (not ready yet)
</div>
<h1>THIS PAGE IS NOT READY YET</h1>
</body>
2023-05-11 15:36:22 +03:00
</html>