51 lines
1.4 KiB
PHP
Executable File
51 lines
1.4 KiB
PHP
Executable File
<!DOCTYPE html>
|
|
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
|
|
<title>Secret Sketchers</title>
|
|
|
|
<link rel="icon" href="./favicon.png" sizes="any">
|
|
<link rel="apple-touch-icon" href="./apple-touch-icon.png">
|
|
<style>
|
|
body {
|
|
background-color: #021202;
|
|
margin: 10pt;
|
|
font-family: sans-serif;
|
|
background-image: url("./img/christmas-bg.png");
|
|
background-size: 140px;
|
|
color: white;
|
|
overflow: hidden;
|
|
}
|
|
|
|
h2, h3 {
|
|
color: #ca494c
|
|
}
|
|
|
|
}</style>
|
|
</head>
|
|
<body>
|
|
<div>
|
|
<img src = "./img/xmasbannersmall.png"><br>
|
|
<h1>Sketchers United's Secret Sketcher Event 2025</h1>
|
|
<p>To sign up please DM anything to <a href ="https://sketchersunited.org/users/277827">this bot</a> to get a sign in link</p>
|
|
<hr>
|
|
<h2>FAQ</h2>
|
|
<h3>How does it work</h3>
|
|
<p>Lalalala</p>
|
|
<h3>How long do I have to do it</h3>
|
|
<p>Lalalala</p>
|
|
<h3>Can I withdraw</h3>
|
|
<p>Lalalala</p>
|
|
<h3>Can I change who I'm drawing for </h3>
|
|
<p>Lalalala</p>
|
|
<h3>Any other questions </h3>
|
|
<p>Lalalala</p>
|
|
</div>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|