18 lines
474 B
HTML
18 lines
474 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>thanks for the ticket!</title>
|
|
<meta charset="UTF-8">
|
|
<style type="text/css">
|
|
body {
|
|
background-color: #E0B0FF;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>thanks for the ticket <3</h1>
|
|
<p>a human will respond soon! hopefully within a day, but possibly in 3-4 days.</p>
|
|
<p>head <a href="https://tilde.town">home...</a></p>
|
|
</body>
|
|
</html>
|