-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (21 loc) · 874 Bytes
/
index.html
File metadata and controls
25 lines (21 loc) · 874 Bytes
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width">
<title>Iframe Maker</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<input id="in" type="text" placeholder="Put ur link here! (No Https://)" title="Link Here"></input>
<input type="button" value="Generate" onclick="inp()"></input>
<dir id="ifr"><iframe width="800px" height="600px" src="https://doingy.repl.co" title="Your Iframe"></iframe></dir>
<script src="script.js"></script>
<!--
This script places a badge on your repl's full-browser view back to your repl's cover
page. Try various colors for the theme: dark, light, red, orange, yellow, lime, green,
teal, blue, blurple, magenta, pink!
-->
<script src="https://replit.com/public/js/replit-badge.js" theme="pink" defer></script>
</body>
</html>