-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathnewmuseum.html
More file actions
24 lines (20 loc) · 797 Bytes
/
newmuseum.html
File metadata and controls
24 lines (20 loc) · 797 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
---
layout: home
title: _layouts
description: NewMuseum
---
<script type="text/javascript">
<!--
window.location.href = 'http://www.newmuseum.org/calendar/view/kitchen-table-coders-presents-learn-to-code-from-an-artist-panel-and-workshop';
// -->
</script>
<div id="nav">
<ul>
<li><a href="/about/">About</a></li>
<li><a href="/">Courses</a></li>
<li><a href="/events/">Events</a></li>
<li><a href="mailto:hello@kitchentablecoders.com">Contact</a></li>
</ul>
<br>
<p id="foot">Redirecting to the New Museum event page. If you're still here in 10 seconds, <a href="http://www.newmuseum.org/calendar/view/kitchen-table-coders-presents-learn-to-code-from-an-artist-panel-and-workshop">click here and we'll take you there.</a></p>
</div>