15 lines
361 B
HTML
15 lines
361 B
HTML
|
<!DOCTYPE html>
|
|||
|
<html>
|
|||
|
<head>
|
|||
|
<meta charset="utf-8" />
|
|||
|
<title>Website Under Construction</title>
|
|||
|
</head>
|
|||
|
<body>
|
|||
|
<h1>Aliberk Sandıkçı</h1>
|
|||
|
<h2>Website Under Construction</h2>
|
|||
|
<img src="https://thecatapi.com/api/images/get?format=src&type=gif">
|
|||
|
|
|||
|
<p>message: git success</p>
|
|||
|
<p>no: 01</p>
|
|||
|
</body>
|
|||
|
</html>
|