-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
23 lines (23 loc) · 1.01 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FNAF HTML Demos</title>
</head>
<body>
<style>
body {
font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
</style>
<h1>FNAF for JS and HTML</h1>
<p1>This doesn't have a very pleasant UI, but I just wanted it to be out and accessable.<br></p1>
<p1>Performace is affected due to how they are compiled, and how they are made for Windows instead of your average Chrome browser.<br></p1>
<a href="./game/fnaf1/index.html">Five Nights at Freddy's 1 DEMO<br></a>
<a href="./game/fnaf2/index.html">Five Nights at Freddy's 2 DEMO<br></a>
<a href="./game/fnaf4/index.html">Five Nights at Freddy's 4 DEMO<br></a>
<a href="./game/fnaf6/index.html">Five Nights at Freddy's: Pizzeria Simulator<br></a>
<a href="./game/fnafcustomnight/index.html">Five Nights at Freddy's: Ultimate Custom Night<br></a>
</body>
</html>