blob: 6edae785cb6a056d370aa0059708634122d18856 (
plain)
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
|
<!doctype html>
<html>
<head>
<title>Xena Vectra</title>
<meta charset="utf-8">
<link rel="stylesheet" href="magisphere.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
</head>
<body class='loading'>
<div class='content'>
<b>MAGISPHERE</b> IS
<a href="/">XENA VECTRA</a>
and
<a href="https://asdf.us/">COSMIC SANDS</a>
cosmic analog underwater excursion / debut and cassette release at <a href="http://panke.gallery/">panke . gallery</a> Gerichtstr. 23, Hof 5, 13347 Berlin. SATURDAY 19-01-2019.
descent into THETA-5 / sonar wave shadows. benthic illumination.
magma atrium and the chamber of glyphs. C20. Produced in 2019.
</div>
<!-- <div class="player paused">
<div class="icon"></div>
<div class="track"></div>
<div class="playlistToggle">
<div></div>
<div></div>
<div></div>
</div>
</div>
-->
</header>
<div class="playlist">
<ul></ul>
</div>
<script src="/assets/js/util.js"></script>
<script src="/assets/js/cielab.js"></script>
<script src="/assets/js/sounds.js"></script>
<script src="/assets/js/stars.js"></script>
<script>
const site = (function(){
document.body.classList.remove('loading')
stars.rebuild(0.6, true)
})()
</script>
</body>
</html>
|