-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathsay_it_out.html
28 lines (27 loc) · 945 Bytes
/
say_it_out.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
<!DOCTYPE html>
<html>
<head>
<title>
My Bucket List
</title>
<link rel="stylesheet" href = "bucket_list.css">
</head>
<body>
<div class = "navbar">
<hr>
<a href = "index.html">Home</a>
<a href = "MagicalBlog.html">The Magical Blog</a>
<a href = "AboutMe.html">About Me</a>
<a href = "InterestingStories.html">Interesting Stories</a>
<a href = "https://www.khanacademy.org/profile/anshc/projects">Cool Stuff</a>
<a href = "Secrets.html">Some Secrets (Shh)</a>
<a href = "course_timetable.html">IIIT-H</a>
<a href = "bucket_list.html">Bucket List :)</a>
<hr>
</div>
<div id = "container">
<iframe src="https://docs.google.com/forms/d/e/1FAIpQLSdcUAwcjsc4LGrfPXx63Zu8rAGhBIoEagfGE04qoLVnwKivJg/viewform?embedded=true" width="640" height="600" frameborder="0" marginheight="0" marginwidth="0">Loading…</iframe>
</div>
<!-- <script src="bucket_list.js"></script> -->
</body>
</html>