su-secret-santa/resources/views/livewire/pages/start.blade.php

36 lines
982 B
PHP
Executable File

<?php
@section('content')
<!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.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>Secret Sketchers</h1>
<p>To sign up please DM <a href ="https://sketchersunited.org/users/277827">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>
@endsection