-
Notifications
You must be signed in to change notification settings - Fork 1
/
play.html
41 lines (29 loc) · 1020 Bytes
/
play.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>EDGE-Classic: Main</title>
<link rel="stylesheet" type="text/css" href="css/slider.css">
</head>
<body>
<IMG SRC="logo.png" HEIGHT="110" BORDER=0 ALT="">
<nav class="navMenu">
<ul>
<li><a href="./index.html">home</a></li>
<li><a href="./news.html">news</a></li>
<li><a href="./play.html">play</a></li>
<li><a href="./projects.html">projects</a></li>
<li><a href="./download.html">download</a></li>
<li><a href="./documentation.html">documentation</a></li>
<li><a href="https://github.com/edge-classic/EDGE-classic/">github repo</a></li>
<li><a href="https://discord.gg/jUhEKHGWZm">discord</a></li>
</ul>
</nav>
<br>
<br>
<br>
<div style="padding-left: 300px;">
<iframe style="border-width: 0px;" allowfullscreen="yes" scrolling="no" width=1280px height=720px src="https://edge-classic.github.io/EDGE-classic-webplayer-site"></iframe>
</div>
</body>
</html>