-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
18 lines (17 loc) · 1.65 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<link rel="stylesheet" href="webstyle.css">
</head>
<body>
<title>FancadeLib (BETA)</title>
<noscript><dialog open>JavaScript is not turned on for tyler887.github.io, or your browser does not support JavaScript. Fancade may not work properly without JavaScript - it is not an HTML game!</dialog></noscript>
<small>FancadeLib is in beta and only for testing purposes. Please report bugs on the <a href="https://github.com/Tyler887/fancade-lib/issues">issues page</a>.</small>
<br>This website is intended to make typing fancade game URLs easier, and to avoid the redirect to fancade on mobile. If you need help, please press F1 in either Fancade or a game.
<input type="button" value="Read more" onclick="alert('This library (website) is to allow Android and i(Pad)OS Fancaders to play online without a SINGLE redirect. The URLs are very short. The source code is on GitHub under the Apache License 2.0. This site does not serve pirated games, but rather loads data from play.fancade.com to copy on an iframe.')">
<h2>Play _____</h2>
<a href=https://tyler887.github.io/fancade-lib/drive>Play Drive Mad</a><br><a href=https://tyler887.github.io/fancade-lib/bot>Play Odd Bot</a><br><a href=https://tyler887.github.io/fancade-lib/other>Fancade GUI</a><br><a href=https://tyler887.github.io/fancade-lib/dash>Play Dash</a>
<h2>Source Code</h2>
<a href="https://github.com/Tyler887/fancade-lib">Code on GitHub (licensed under Apache license)</a><br>GitHub is the only website where the code is hosted. The code gets transferred by Git, from the GitHub repository to this website (using GitHub Pages).
</body>
</html>