forked from mbonessi77/WCACompAnnouncement
-
Notifications
You must be signed in to change notification settings - Fork 0
/
user_added.html
32 lines (30 loc) · 1.37 KB
/
user_added.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<html lang="en">
<head>
<title>User Added</title>
<link href="https://fonts.googleapis.com/css2?family=Roboto&display=swap" rel="stylesheet">
<link rel="stylesheet" href="./CSS/user_added.css"/>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body class="user-wrapper">
<div class="main-header">
<header>
<h1>Cube Comp Updates</h1>
<p><b>Get notified about new competitions in your country!</b></p>
</header>
</div>
<div class="main-content">
<h1 class="p-2">Thank you for signing up</h1>
<hr>
<p class="pl-3 pr-3">The server will check daily at Midnight UTC for any new competitions that have been announced.
If any of them are in your country you'll get an email with the comp name and a link to the WCA site with more info.</p>
</div>
<div class="main-footer">
<footer>
<p><a href="mailto:[email protected]">Contact</a></p>
<p><a href="https://paypal.me/AntonioBonessi?locale.x=en_US">Donate</a></p>
<p><a href="https://github.com/mbonessi77/WCACompAnnouncement">GitHub</a></p>
</footer>
</div>
</body>
</html>