-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathgame_placeholder.html
48 lines (30 loc) · 1.5 KB
/
game_placeholder.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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EdCube | Amazing free math.</title>
<link rel="icon" href="https://i.ibb.co/bK5HjNQ/edcubefavicon.jpg" type="image/x-icon">
<link href="styles.css" rel="stylesheet" type="text/css" media="all">
<link href="https://fonts.googleapis.com/css2?family=Orbitron:wght@400;500;700&display=swap" rel="stylesheet">
</head>
<body>
<h2></h2>
<iframe src="https:// /?ion" title=""></iframe>
<div class="options-bar">
<button class="option"></button>
<a href="#" class="fullscreen-button" style="right: 180px; top: 735px;"><img src="newr3.png" class="fsimg" style="height: 45px; width: 45px;" alt="share"></a>
<a href="#" class="fullscreen-button" style="right: 140px;"><img src="si.png" class="fsimg" alt="share" id="share-button"></a>
<a href="#" class="fullscreen-button" id="fullscreen-button"><img class="fsimg" src="fsicon2.png" alt="fullscreen"></a>
</div>
<div class="modal" id="share-modal">
<button id="close-modal">✖</button>
<p>Share this link:</p>
<input type="text" id="share-link" value="" readonly style="width: 100%;" />
<button id="copy-button">Copy Link</button>
</div>
<div class="notification" id="notification">Copied!</div>
<a href="../index.html" class="back-button">Back to Home</a>
<script src="script.js"></script>
</body>
</html>