-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathholding.html
27 lines (26 loc) · 1.05 KB
/
holding.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>RAFA40 Coming Soon</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/5.0.0/normalize.min.css">
<link rel="stylesheet" href="holding.css">
</head>
<body>
<div class="container">
<div class="wrapper">
<div class="content">
<div class="item">
<!-- Place your content here to have it be centered vertically and horizontally -->
<h1>#RAFA40</h1>
<p>The map will be live as soon as the event starts.</p>
<p class="small">Please check back soon</p>
<p class="small"><a target="_blank" href="https://www.facebook.com/RAFA40paramotor/">More Information</a>
<a target="_blank" href="https://www.justgiving.com/fundraising/rafa40">Donate</a></p>
</div>
</div>
</div>
</div>
</body>
</html>