chore: inform user about page is not ready

This commit is contained in:
Aliberk Sandıkçı 2023-05-11 21:26:00 +03:00
parent e4b549d753
commit 5e59c8f071

View file

@ -1,15 +1,22 @@
<!DOCTYPE html> <!DOCTYPE html>
<html> <html>
<head> <head>
<meta charset="utf-8" /> <meta charset="utf-8" />
<title>About Me</title> <title>About Me</title>
</head> </head>
<body> <body>
<div>
<h1>Aliberk Sandıı</h1> <h1>Aliberk Sandıı</h1>
<p>High School Student</p> <p>High School Student</p>
<p>Linux User</p> <p>Linux User</p>
<p>Pardus Volunteer</p> <p>Pardus Volunteer</p>
... (not ready yet) ... (not ready yet)
</div>
<h1>THIS PAGE IS NOT READY YET</h1>
</body> </body>
</html> </html>