-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (32 loc) · 1.17 KB
/
index.html
File metadata and controls
33 lines (32 loc) · 1.17 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>JSCAP - Epicminer256</title>
<link rel="stylesheet" href="/termlegacy/main.css" >
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8">
</head>
<body>
<header>
<h1>Epicminer256</h1>
<nav>
<a href="/">Home</a>
<a href="/projects.html">Projects</a>
</nav>
</header>
<main>
<h1>JSCAP</h1>
Use capturecards in your web browser
<a href="https://epicminer256.github.io/jscap/jscap.html"><button>Launch</button></a>
</main>
<aside>
<h1>Socials</h1>
<a href="https://discord.gg/w8fdWKAkGh" class="discord-icon">Discord</a>
<a href="https://github.com/Epicminer256" class="github-icon">Github</a>
<a href="https://www.youtube.com/channel/UCkURfrhI4qES__Q6SZU51cg" class="youtube-icon">Youtube</a>
</aside>
<footer>
Website not subject to license. Projects listed on this site are subject to their own licenses
</footer>
</body>
</html>