chore: inform user about page is not ready
This commit is contained in:
parent
e4b549d753
commit
5e59c8f071
1 changed files with 18 additions and 11 deletions
|
@ -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ıkçı</h1>
|
<h1>Aliberk Sandıkçı</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>
|
Loading…
Reference in a new issue