no flashing lights
This commit is contained in:
commit
908d9aabb9
2 changed files with 61 additions and 0 deletions
59
index.html
Normal file
59
index.html
Normal file
|
@ -0,0 +1,59 @@
|
||||||
|
<!doctype html>
|
||||||
|
<html lang="en">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<title>EARLY RAVE AVL</title>
|
||||||
|
<style>
|
||||||
|
|
||||||
|
body {
|
||||||
|
max-width: 50rem;
|
||||||
|
margin: 1em auto;
|
||||||
|
line-height: 1.25;
|
||||||
|
word-wrap: break-word;
|
||||||
|
padding: 0 1em;
|
||||||
|
background: #330000;
|
||||||
|
color: #ffffff;
|
||||||
|
font-family: serif;
|
||||||
|
font-size: 1.25rem;
|
||||||
|
}
|
||||||
|
img {
|
||||||
|
width: 50%;
|
||||||
|
display: block;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
}
|
||||||
|
h1, h2, h3, h4, h5, h6 {
|
||||||
|
margin-top: 3rem
|
||||||
|
}
|
||||||
|
a:link {
|
||||||
|
color: #9999FF;
|
||||||
|
}
|
||||||
|
a:visited {
|
||||||
|
color: #9999FF;
|
||||||
|
}
|
||||||
|
.header {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
</style>
|
||||||
|
</head>
|
||||||
|
<body>
|
||||||
|
|
||||||
|
<h1 class="header">EARLY RAVE AVL</h1>
|
||||||
|
<p class="header">| <a href="https://earlyraveavl.bearblog.dev">posts</a> |</p>
|
||||||
|
<hr>
|
||||||
|
<p>😴 it's a rave that's over by 10pm</p>
|
||||||
|
<p>😎 also no flashing lights</p>
|
||||||
|
<p>🍳 she's still cooking, join the list for updates</p>
|
||||||
|
<h2>NO SOCIALS, JOIN THE LIST FOR TIME / DATE / LOCATION</h2>
|
||||||
|
<p>📱 if you're reading this on a phone, <a href="">click this link to join the list</a>
|
||||||
|
<p>💻 if you're reading this on a laptop, scan this QR code to join the list:</p>
|
||||||
|
<img src="" alt="a QR code to join the list">
|
||||||
|
<h2>GOT QUESTIONS? WANNA DJ? HIT US UP</h2>
|
||||||
|
<p>📬 send us an email: contact at early rave avl dot info</p>
|
||||||
|
<h2> DO YOU JUST WANNA GO HARD RIGHT NOW? <a href="https://www.youtube.com/watch?v=k55fBcxYJu4">CLICK THIS LINK</a></h2>
|
||||||
|
<p>plur,</p>
|
||||||
|
<p>EARLY RAVE AVL</p>
|
||||||
|
|
||||||
|
</body>
|
||||||
|
</html>
|
2
robots.txt
Normal file
2
robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /
|
Loading…
Reference in a new issue