17 lines
348 B
HTML
17 lines
348 B
HTML
|
|
<!DOCTYPE html>
|
||
|
|
<html lang="en">
|
||
|
|
|
||
|
|
<head>
|
||
|
|
<meta charset="UTF-8">
|
||
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
|
<title>thank you!!</title>
|
||
|
|
<link rel="stylesheet" href="style.css">
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body>
|
||
|
|
<h1>asljfasdfadf thanks <3 aldjfldsjfa</h1>
|
||
|
|
<p><a href="/">praise me more..?</a></p>
|
||
|
|
</body>
|
||
|
|
|
||
|
|
</html>
|