-
Notifications
You must be signed in to change notification settings - Fork 1
/
user_removed.html
29 lines (27 loc) · 1.16 KB
/
user_removed.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
<html lang="en">
<head>
<title>User Removed</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>
<h1 class="p-2">Successfully unsubscribed from mailing list</h1>
<hr>
<p>You will no longer be notified about competitions as they appear on the WCA site.</p>
<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>