Skip to content

Commit

Permalink
create a MFP file so no need to proxy (gray dm on discord before dele…
Browse files Browse the repository at this point in the history
…ting)
  • Loading branch information
fowntain authored Jan 12, 2023
1 parent 84d9e17 commit 4b35625
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions public/games/myfriendpedro.html
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>

0 comments on commit 4b35625

Please sign in to comment.