-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path00.html
More file actions
21 lines (21 loc) · 800 Bytes
/
00.html
File metadata and controls
21 lines (21 loc) · 800 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<link rel="stylesheet" type="text/css" href="global.css">
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<title>Creation Hour</title>
</head>
<body>
<header>
<center>
<h1 id="heading1">#CREATE</h1>
</header>
<p id="description">
Creation Hour is a weekly meetup where makers across NYU meetup at the <a href="http://engineering.nyu.edu/life/student-resources/study-spaces/greenhouse">Greenhouse(6 Metrotech)</a> and work on fun side projects.
</p>
</center>
</body>
</html>