forked from almphy/fnaf2plus
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinfo.html
More file actions
29 lines (21 loc) · 1.06 KB
/
info.html
File metadata and controls
29 lines (21 loc) · 1.06 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
<!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">
<link rel="stylesheet" href="style.css">
<link rel="icon" href="Assets/icon.png">
<title>FNaF 2 plus - Info</title>
</head>
<body style="background-image:url('Assets/background_select.png')">
<h1>ABOUT THE GAME:</h1>
This game is a recreation of FNaF 2 (2014) made using web developement languages (HTML,CSS,JS), database management languages (PHP,MYSQL) and the JS library called JQuery<br><br>
This game tries it's best to be as faithful to the original as possible while still adding new stuff to the game<br><br>
(keep in mind i am still a beginner programmer so this game can and will have a decent ammount of bugs)
<h1>AUTHOR:</h1>
<img src="Assets/author.png"
onclick="window.open('https://albert-the-amphibian.000webhostapp.com/', '_blank');"><br><br>
<a href="index.html" name="main"> <- back</a><br><br>
</body>
</html>