forked from Skoolgq/v1
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create a MFP file so no need to proxy (gray dm on discord before dele…
…ting)
- Loading branch information
Showing
1 changed file
with
30 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
<div class="areagames" > | ||
<ul class="circles"> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
<li></li> | ||
</ul> | ||
<head> | ||
<title>Google Docs</title> | ||
<link href="/style.css" rel="stylesheet" type="text/css" /> | ||
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Fredoka+One"> | ||
<link rel="shortcut icon" type="image/png" href="favicon.png"> | ||
</head> | ||
<script> | ||
if(document.location.href.indexOf('school') > -1) { | ||
// indexOf will return the position of the first occurence of this string in the url | ||
// or -1 it it's not there. | ||
document.location.href = 'http://skool.gq/newurl.html'; | ||
} | ||
</script> | ||
<div class="gamesbackbutton"> | ||
<button class = "button" onclick="location.href='main.html'">Back</button> | ||
</div> | ||
<br> | ||
<iframe style="left: 100; position: absolute; border: 2vw solid black; border-radius: 1vw;" scrolling="no" frameborder="0" width="85%" height="75%" cellspacing="0" src="https://skoolgq.github.io/flashgamedump/pedro.html" ></iframe> |