su-secret-santa/resources/views/welcome.blade.php

33 lines
1.1 KiB
PHP

<!DOCTYPE html>
<html lang="{{ str_replace('_', '-', app()->getLocale()) }}">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>Sketchers United Secret Santa</title>
<link rel="icon" href="/favicon.ico" sizes="any">
<link rel="icon" href="/favicon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
</head>
<body style="background-color: black; color: white; ">
<div>
<h1>Sketchers United Secret Santa</h1>
<p>To sign up please DM <a href ="https://sketchersunited.org/users/646464646464">this user</a> to get a sign in link</p>
<h1>FAQ</h1>
<h2>How does it work</h2>
<p>Lalalala</p>
<h2>How long do I have to do it</h2>
<p>Lalalala</p>
<h2>Can I withdraw</h2>
<p>Lalalala</p>
<h2>Can I change who I'm drawing for </h2>
<p>Lalalala</p>
<h2>Any other questions </h2>
<p>Lalalala</p>
</div>
</body>
</html>