-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathEMGuides.html
More file actions
41 lines (38 loc) · 1.25 KB
/
EMGuides.html
File metadata and controls
41 lines (38 loc) · 1.25 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
34
35
36
37
38
39
40
41
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Emulators and ROMS</title>
<link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="css/emulaters.css">
<link rel="stylesheet" href="https://use.typekit.net/oha4zud.css">
</head>
<body>
<div id="header">
<a href="http://rubypowered.ml/EMGuides.html">
<u>
<h1>Emulators and ROMs</h1>
<p style="position: absolute; top: 50px;"><i>And more</i></p>
</u>
</a>
</div>
<div id="bio">
<p>The place to go for emulators, ROMs, and help</p>
</div>
<div id="links">
<p><a href="">Home</a> | <a href="http://rubypowered.ml">RD website</a> | <a href="#roms">ROMs</a></p>
</div>
<div id="images">
<img src="images/roms/dos.png" alt="" width="10%">
<img src="images/roms/mac.jpg" alt="" width="10%">
<img src="images/roms/win.jpg" alt="" width="10%">
</div>
<div>
<ul id="emulators">
Emulators
</ul>
</div>
</body>
</html>