-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
50 lines (49 loc) · 1.38 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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Venue</title>
<style>
body {
margin: 0;
color:#FFFFFF;
font-family: helvetica, arial, sans-serif;
font-size:1.1rem;
line-height:1.2rem;
}
p {
}
.emph {
font-family: times new roman, times, serif;
font-style: italic;
font-size:1.1rem;
}
a {
border: 1px solid #fff;
padding:1rem;
color:#fff;
text-decoration: none;
}
#dm {
padding-top:1rem;
margin-bottom:2rem;
}
</style>
<script type="module" crossorigin src="assets/index-CiZrJSQ5.js"></script>
</head>
<body>
<div style="position:absolute; padding: 20px; top:1rem; left:0px; text-align:center;">
<img src="assets/logo-B4x-m-4e.svg" width=70 />
</div>
<div style="position:absolute; width:400px; padding: 20px; bottom:0px; left:0px;">
<div style="margin-bottom:2rem">
<p><strong>Prologue</strong><br />Parfum de Peau<br /><span class="emph">Artist Edition</span></p>
<p>A whisper of musk, delicate florals, and soft woods. Intimate, familiar, and ever-evolving on your skin. Each bottle tells its own story—crafted in small batches, limited by design. Made in the USA.</p>
<p>10<span class="emph">mL</span> roll-on, Prologue Mixtape<br /></p>
</div>
<div id="dm">
<a href="https://ig.me/m/venuepresents">Message Us to Buy</a>
</div>
</div>
</body>
</html>