-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
48 lines (38 loc) · 1.36 KB
/
index.html
File metadata and controls
48 lines (38 loc) · 1.36 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>A Space Is A Space</title>
<link rel="stylesheet" href="css/normalize.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<!-- <p id="filler" style="margin: 0;">
A Space is A Space
</p> -->
<h1> A <i>Space</i> is a <i>Space</i> (1)</h1>
<p>
a space is a space is a platform for spatial discourse.
a space is a space can contain anything.
a space is a space can appear anywhere and anytime.
a space is a space is a growing collection of exhibition spaces.
</p>
<p>
a space is a space (1) is not at hibiki <br>
check our rooms here:
</p>
<div class="rooms">
<a href="room1.html" class="room" id="r1">iOS MRI v.1</a>
<a href="room2.html" class="room" id="r2">Copy and Space</a>
<a href="room3.html" class="room" id="r3">Letter From the Editor</a>
<a href="room4.html" class="room" id="r14">Oral Office</a>
</div>
<div class="stickyfooter">
<a href="legal.html">more info and legal stuff</a>
</div>
</body>
<!-- <script src="js/filler.js"></script> -->
<!-- <script src="js/background.js"></script> -->
</html>