mirror of
https://github.com/neon443/neon443.github.io.git
synced 2026-03-11 07:09:12 +00:00
forgot that 4 of them were git repos :skull
This commit is contained in:
6
games/fancade/README.md
Normal file
6
games/fancade/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
# Fancade, in your browser!
|
||||
Not Pirated!
|
||||
|
||||
## Included Games:
|
||||
* [Fancade](https://neon443.github.io/fancade)
|
||||
* [Drive Mad](https://neon443.github.io/fancade/drive.html)
|
||||
10
games/fancade/drive/index.html
Normal file
10
games/fancade/drive/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<iframe id="fancade" src="https://play.fancade.com/5F084A0BCE06B710?max_w=2800&max_h=2800" frameborder="0" height="100%" width="100%" title=Drive Mad • Play online"></iframe>
|
||||
</body>
|
||||
</html>
|
||||
10
games/fancade/index.html
Normal file
10
games/fancade/index.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
<iframe id="fancade" src="https://play.fancade.com/?max_h=900&max_w=500" frameborder="0" height="100%" width="100%" title=Other_game></iframe>
|
||||
</body>
|
||||
</html>
|
||||
15
games/fancade/style.css
Normal file
15
games/fancade/style.css
Normal file
@@ -0,0 +1,15 @@
|
||||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
#fancade {
|
||||
border: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
overflow: hidden;
|
||||
position: absolute;
|
||||
top: 0px;
|
||||
left: 0px;
|
||||
right: 0px;
|
||||
bottom: 0px;
|
||||
}
|
||||
Reference in New Issue
Block a user