petme/static/thank-you.html

17 lines
348 B
HTML
Raw Normal View History

2025-12-11 14:30:21 +00:00
<!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 &lt;3 aldjfldsjfa</h1>
<p><a href="/">praise me more..?</a></p>
</body>
</html>