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>
|
||||
<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>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<title>About Me</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div>
|
||||
<h1>Aliberk Sandıkçı</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>
|
Loading…
Reference in a new issue