This repository has been archived by the owner on Feb 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
81 lines (56 loc) · 1.82 KB
/
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html>
<html lang="en" >
<head>
<link rel="apple-touch-icon" href="#">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="theme-color" content="#000000"/>
<meta charset="UTF-8">
<title>EmuFeral Roadmap</title>
<link rel="manifest" href="/manifest.json">
<link rel="stylesheet" href="/Website-Assets/Styles/style-EmuFeral-Roadmap.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<section class="block-content t-block-teal l-block-spacing">
<div class="l-contained">
<header class="heading-group">
<h2>EmuFeral Roadmap</h2>
<p class="subtitle">The roadmap website for EmuFeral on what's planned next. About EmuFeral: EmuFeral is an Emulator of the original version of Fer.al, before it got shut down. No new features will be added, only things that have already existed in Fer.al will be added. Minor tweaks, bug fixes and modifications are only thing new that may be implemented into the game. The game is currently in creative mode, meaning you have full access to clothing, avatars, body mods etc. You are able to download and play this game right now. This website was made by WLHQ.</p>
</header>
<ul class="timeline-list">
<li>
<div class="content">
<h3>Row 1</h3>
<p>Insert Text Here.</p>
</div>
</li>
<li>
<div class="content">
<h3>Row 2</h3>
<p>Insert Text Here.</p>
</div>
</li>
<li>
<div class="content">
<h3>Row 3</h3>
<p>Insert Text Here.</p>
</div>
</li>
<li>
<div class="content">
<h3>Row 4</h3>
<p>Insert Text Here.</p>
</div>
</li>
<li>
<div class="content">
<h3>Row 5</h3>
<p>Insert Text Here.</p>
</div>
</li>
</ul>
</div>
</section>
<script src="Website-Assets/Java-Script/app.js"></script>
</body>
</html>