-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfirmed.html
More file actions
41 lines (39 loc) · 2.05 KB
/
confirmed.html
File metadata and controls
41 lines (39 loc) · 2.05 KB
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
33
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="refresh" content="5;url=http://www.mangohacks.com/" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<link rel="icon" href="https://lh3.googleusercontent.com/H4JmVsG7iPDd2UOW6XEBhTCp5XOsvvUYGkx6nuKikEJYEOKST7iMolLZiVgMxRxXetX-qr5YbOakzxMe84HnBRG8wKKuKylbZUz4hIbSAGBLFT5ThzuEbUQb_AubZhfAXw9sAjhtAPFAwjkHvTEIR3z8ima3Wmt8vSI0_ELihHQZh5tVKtey-5AbvN3RooFrew-yaypgC_PsLjIETqMUcZNY7_Tmyn9sdwnE6mbaOCMTKLJX2ZoTzy8mFpjvjJAd8K5Aww7c4KM0sTuNv8xQYdZYXte6UF3tUYl3PMCMc8BPMaYxjybkZknrSPyI1GoDfpr1fIz8b4LW6G9EOIxucbQcFyPzEixauhW0hsBPyDfr7BOUGgi4JQKRaInAL0wpkw4JVZ0peCLiyJj2my9WcWJ2nKFr2u5sIOZQw4y1QE3sZZE_tsKc3kD1CKHeDM750FbmGxRR3DNWAXkg403M8rkgVCFwqFJIaa7r8qNgu-wtWCFCOosb4iLza3oSyECC87xyLHzsyXc3UPC1NloHeBEJ9kCoFD9cDIcXKW90ybUpQIxxguFoHAIdAp32gVK8b6RCKYVcWeWJX804VGGls8f7PUQ3klVUNskFokE=w271-h198-no">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.2/css/materialize.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ"
crossorigin="anonymous">
<link rel="stylesheet" href="css/confirm.css">
<title>MangoHacks - Confirmation</title>
</head>
<style>
a{
font-size: 1.5rem;
color:black;
opacity: 0.7;
}
a:hover{
text-decoration: none;
color:black;
}
</style>
<body>
<div class="confirm-bg">
<div class="container section">
<img src="./img/mangos/black-mango.svg" alt="Mango Logo">
<h1>MangoHacks</h1>
<br>
<h3>You've confirmed your attendance to MangoHacks 2018!</h3>
<br>
<a href="http://mangohacks.com">mangohacks.com</a>
</div>
</div>
</body>
</html>≈