forked from KaraAJC/idat
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnew_thing.html
32 lines (28 loc) · 1.24 KB
/
new_thing.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
<!DOCTYPE html>
<html>
<head>
<!--Import Google Icon Font-->
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<!-- Compiled and minified CSS -->
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.1/css/materialize.min.css">
<!-- Compiled and minified JavaScript -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/0.100.1/js/materialize.min.js"></script>
<!--Let browser know website is optimized for mobile-->
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<body>
<nav>
<div class="nav-wrapper">
<a href="index.html" class="brand-logo">IDAT</a>
<ul id="nav-mobile" class="right hide-on-med-and-down">
<li><a href="new_creator.html">New Creator</a></li>
<li><a href="new_thing.html">New Thing</a></li>
<li><a href="about.html">About</a></li>
</ul>
</div>
</nav>
<iframe class="airtable-embed" src="https://airtable.com/embed/shr3bMOHzbkwwHNqI?backgroundColor=green"
frameborder="0" onmousewheel="" width="533px" height="100%" style="background: transparent; border: 1px solid #ccc;">
</iframe>
</body>
</html>