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>
<html>
<head>
<meta charset="utf-8" />
<title>About Me</title>
</head>
<body>
<h1>Aliberk Sandıı</h1>
<p>High School Student</p>
<p>Linux User</p>
<p>Pardus Volunteer</p>
... (not ready yet)
</body>
<head>
<meta charset="utf-8" />
<title>About Me</title>
</head>
<body>
<div>
<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>
</html>