-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
27 lines (27 loc) · 1.26 KB
/
index.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
<!DOCTYPE html>
<html>
<link rel="stylesheet" href="style.css">
<head>
<meta name="author" content="Radman Siddiki">
<meta name="viewport" content="width: device-width, initial-scale: 1.0">
<meta name="keywords" content="Snap! Project Embed Player, Snap!, Snayer, Snayer!, Radman Siddiki, R4356th">
<meta http-equiv="Cache-Control" content="no-cache">
<title>Splayer! - Snap! Project Embed Player</title>
</head>
<body>
<div id="introduction">
<h1>Welcome to the Splayer<i>!</i> website!</h1>
<h3>About</h3>
Splayer<i>!</i> is a Snap<i>!</i> embed project player. It lets you view shared Snap<i>!</i> projects without visiting their project pages.
</div>
<div id="embed">
<form onsubmit="iframeload();">
<input type="text" id="Username" placeholder="Username">
<input type="text" id="Project Name" placeholder="Project Name">
<input type="button" value="Load Project">
</form>
<iframe id="Project" allowfullscreen="true" allow="geolocation; microphone; camera" frameBorder="0" width="500" height="400"></iframe>
</div>
<script src="Splayer/main.js"></script>
</body>
</html>