-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
29 lines (24 loc) · 1.23 KB
/
index.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
<!DOCTYPE html>
<html lang="en" prefix="og: http://ogp.me/ns#">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>BristolSTA | Website under construction.</title>
<meta name="description" content="Website coming soon...">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="css/styles.css">
</head>
<body>
<div class="content-wrapper">
<div class="content">
<img src="img/logo.png" class="logo" alt="logo" />
<h1><strong>Website</strong> coming soon</h1>
<p>Please come back later for more information</p>
<p>Please visit the SU website <a target="_blank" href="https://www.bristolsu.org.uk/groups/sta-stage-technicians-association/">here</a>, to sign up for our mailing list.</p>
</div>
</div>
</body>
</html>