-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathindex.html
19 lines (18 loc) · 867 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!DOCTYPE HTML>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>Video Game Flashback</title>
<link rel="icon" type="image/png" href="favicon.png">
<meta http-equiv="Content-Language" content="en" />
<meta name="description" content="Welcome to Video Game Flashback, the site that helps you relive your memories of games from the past." />
<meta name="keywords" content="video game flashback lego island mindscape doom id duke nukem 3D" />
</head>
<body style="background:#000;">
<div style="width:252px; margin:100px auto 0 auto;">
<div style="background:url(vgfb.gif); width:252px; height:176px">
<a href="/legoisland" title="LEGO Island" alt="LEGO Island" target="_self"><img src="legoisland/logo_mobile.png" width="150" height="38" style="display:inline-block; margin:110px 0 0 50px;" /></a>
</div>
</div>
</body>
</html>