-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
39 lines (35 loc) · 1.14 KB
/
index.html
File metadata and controls
39 lines (35 loc) · 1.14 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
<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>screen-based images</title>
<link rel="icon" href="images/icon.ico">
<link rel="stylesheet" href="styles.css">
<script src="script.js"></script>
<!-- Google fonts -->
<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=Major+Mono+Display&display=swap" rel="stylesheet">
</head>
<body>
<div class="column">
<h1>scReen-bAsed imAGes<h1>
<h2>spring 2024</h2>
<h2>annemarie torresen</h2>
<br><br>
<a href="surfaces.html"><button>surfaces</button></a>
<br><br>
<a href="layers.html"><button>layers</button></a>
<br><br>
<a href="edges.html"><button>edges</button></a>
<br><br>
<a href="worlds.html"><button>worlds</button></a>
<br><br>
<a href="final.html"><button>final</button>
<br><br>
<a href="experiments.html"><button class="navbutton">experiments</button></a>
<br><br>
<a href="about.html"><button class="navbutton">about</button></a>
</div>
</body>
</html>