-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathannouncement.html
31 lines (23 loc) · 1.03 KB
/
announcement.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
<!doctype html>
<html class="no-js" lang="en-CA">
<head>
<meta charset="utf-8">
<title>Vile Creature - SECRET NEW ALBUM INFO</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- Place favicon.ico in the root directory -->
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/main.css">
<meta name="theme-color" content="#fafafa">
</head>
<body style="text-align: left; display: flex; justify-content: center; align-items: center; height: 100vh; flex-direction: column;">
<!--[if IE]>
<p class="browserupgrade">You are using an <strong>outdated</strong> browser. Please <a href="https://browsehappy.com/">upgrade your browser</a> to improve your experience and security.</p>
<![endif]-->
<h1>VILE CREATURE - EXCITING ANNOUNCEMENT!!</h1>
<div style="margin-bottom: 8rem;">
<img src="img/under-construction.gif" alt="Under Construction">
</div>
<a href="index.html"><img src="img/home.gif" alt="home"></a>
</body>
</html>