-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
34 lines (34 loc) · 2.04 KB
/
index.html
File metadata and controls
34 lines (34 loc) · 2.04 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>BeaconStories</title>
<meta name="description" content="BeaconStories: A platform for children to share their creativity.">
<link rel="stylesheet" href="index.css">
<link rel="icon" href="logo.png">
</head>
<body>
<header>
<h1>BeaconStories</h1><br>
</header>
<h2>The Home Of Online Children Stories By AND For Kids</h2><br>
<nav>
<a href="new.html"><button>New</button></a>
<a href="anthologys.html"><button>Anthologys</button></a>
<a href="awards"><button>Awards</button></a>
</nav>
<h3>Featured Stories:</h3>
<h3>Grand Codex Primordia: The Unified Memory</h3>
<iframe src="https://drive.google.com/file/d/1fBZXENNASkySU22_3B_XwPIEUR9evasD/preview" width="640" height="480"></iframe>
<h3>The Golden Fish</h3>
<iframe src="https://drive.google.com/file/d/1qehSL0IgAy9Kz3QBhU_J1DN1P9Gp2Vse/preview" width="640" height="480"></iframe>
<h3>The incredible growth of the Magical mega math mammoths that love eating rich months but they also
learned an important lesson that they should never grow too tall because if they do they will choke because there is not enough oxygen in outer space actually there is no oxygen.</h3>
<iframe src="https://drive.google.com/file/d/1N6Vs3e1Q2unS50QjyP43V4l06hVCbxzf/preview" width="640" height="480" allow="clipboard-write;"></iframe>
<h3>Submit A Story:</h3>
<iframe id="JotFormIFrame-251256418868063" title="Submit A Story" onload="window.parent.scrollTo(0,0)" allowtransparency="true" allow="geolocation; microphone; camera; fullscreen" src="https://form.jotform.com/251256418868063" style="min-width:50%;max-width:50%;height:400px;" scrolling="no"></iframe>
<script src='https://cdn.jotfor.ms/s/umd/latest/for-form-embed-handler.js'></script>
<script>window.jotformEmbedHandler("iframe[id='JotFormIFrame-251256418868063']", "https://form.jotform.com/")</script>
</body>
</html>