-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
31 lines (31 loc) · 1.07 KB
/
index.html
File metadata and controls
31 lines (31 loc) · 1.07 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
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<title>
Undead Games Hub
</title>
<meta content="Undead Games Hub" property="og:title" />
<meta content="Reviving video games circa 2022" property="og:description" />
<meta content="https://undeadgames.github.io/" property="og:url" />
<meta content="https://gleammerray.github.io/pretty/Gleammer/Life%20Injection.png" property="og:image" />
<meta content="#F0BC23" data-react-helmet="true" name="theme-color" />
<link rel="icon" href="https://gleammerray.github.io/pretty/Gleammer/Life%20Injection.png" type="image/icon type">
<link rel="stylesheet" type="text/css" media="all" href="style.css"><link rel="stylesheet" type="text/css" media="all" href="index.css">
</head>
<body style="overflow: hidden;">
<div class="flex-container">
<div class="leftie">
<iframe src="contacts.html"
frameborder="0"
scrolling="auto"></iframe>
</div>
<div class="rightie">
<iframe src="gamelist.html"
frameborder="0"
scrolling="auto"></iframe>
</div>
</div>
</body>
</html>