forked from Harvard-CS283/Harvard-CS283.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
41 lines (35 loc) · 1.04 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="Home">
<title>Harvard_CS2831_2024</title>
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<header>
<h1>Harvard CS2831 Fall 2024</h1>
</header>
<main>
<p>This is the CS2831 course webpage to visualize and share with the rest of the class your reconstructions or computer vision creations!</p>
<p><a href="playroom.html ">Assignment 4 Playroom Reconstructions</a></p>
</main>
<footer>
<p>© 2024 Todd Zickler</p>
</footer>
</body>
</html>
<!-- <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to Harvard-CS283</title>
</head>
<body>
<h1>Welcome to Harvard-CS283</h1>
<p>This is the homepage for the website.</p>
<p><a href="pages/playroom.html ">Assignment 4 Playroom Reconstructions</a></p>
</body>
</html> -->