-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
32 lines (23 loc) · 991 Bytes
/
index.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
<!doctype html>
<html class="no-js" lang="en-AU">
<head>
<meta charset="utf-8">
<title>terebigeemu</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="apple-touch-icon" href="favicon.png">
<link rel="icon" type="image/png" href="favicon.png"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<style>
h1 { font-family: 'Press Start 2P', monospace; }
html { background-color: #171B22; color: #ffffff; }
a { color: #9BBF76; }
</style>
</head>
<body>
<h1>terebigeemu</h1>
<p>This site provides hosting for game services, APIs and servers for <a href="https://github.com/terebigeemu">terebigeemu</a> — video games by <a href="https://github.com/aidswidjaja">aidswidjaja</a></p>
</body>
</html>