-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
30 lines (29 loc) · 823 Bytes
/
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Computational Design Workflows Homepage</title>
<link rel="stylesheet" href="../computational_workflows/assets/style.css">
</head>
<body>
<div class="flex-container">
<header>
<h1>Computational Design Workflows</h1>
</header>
<main>
<section>
<p><a href="../computational_workflows/exercise_00/index.html">Exercise 00</a></p>
</section>
<section>
<p>right</p>
</section>
</main>
<footer>
<p>Columbia University © 2022 | GSAPP</p>
</footer>
</div>
<script src="../computational_workflows/assets/script.js"></script>
</body>
</html>