-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
49 lines (44 loc) · 2.52 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
<!doctype html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, minimum-scale=1" />
<meta name="author" content="Mitchell Craft and Dave Greber" />
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-NF7GKN4GF0"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-NF7GKN4GF0');
</script>
<!-- End Google Tag Manager -->
<!-- Font -->
<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=Zilla+Slab:wght@700&display=swap" rel="stylesheet">
<!-- END Font -->
<script language="javascript" type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.0.0/p5.min.js"></script>
<script src="index.js"></script>
<meta name="home" content="https://www.byappointmentonly.vip/"/>
<meta name="description" content="By Appointment Only is a unique experimental art gallery showcasing digital art exhibitions and virtual art experiences from contemporary artists worldwide.">
<meta name="keywords" content="experimental art gallery, web-based zines, digital art exhibition, online art space, contemporary art online, virtual art gallery, internet art">
<link href="style.css" rel="stylesheet">
<link rel="canonical" href="https://www.https://www.byappointmentonly.vip/" />
<title>By Appointment Only | Art Space</title>
<link rel="icon" type="image/x-icon" href="/favicon.ico">
</head>
<canvas id="canvas"></canvas>
<div class="aboutpage">
<a id="aboutpage" href="about_page.html"> About </a>
</div>
<div class="dropdown">
<h1></h1>
<ul>
<li><a class="OpenCall" href="FMQv2.html"> <img id="fmq1" src="/cover_icons/FMQ_1_icon.jpg" alt="feed my quarantein web-zine vol.1"> FMQ.1</a></li><br>
<li><a class="OpenCall" href="FMQv2still.html"> <img src="/cover_icons/FMQ_2_icon.jpg" alt="feed my quarantein web-zine vol.2 Still"> FMQ.2</a></li><br>
<li><a class="OpenCall" href="FMQv2unstill.html"> <img src="/cover_icons/FMQ_3_icon.jpg" alt="feed my quarantein web-zine vol.3 UnStill"> FMQ.3</a></li><br>
</ul>
</div>
</body>
</html>