blob: 394b780cdb67ff872009df33a6a613e1d143c448 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>GPN Tron</title>
<link rel="stylesheet" href="style.css" />
<script src="main.js"></script>
</head>
<body>
<noscript>
This is the GPN-Tron spectator application. You need JavaScript to
run it.
</noscript>
</body>
</html>
|