Compare commits

...

3 commits

Author SHA1 Message Date
Voxel ca3bda8b75
Update pr0xy.html 2024-03-30 00:43:43 -04:00
Voxel 42307f4afb
Update README.md 2024-03-30 00:42:50 -04:00
Voxel 915b153745
Create audiovisualizer.html 2024-03-30 00:32:37 -04:00
3 changed files with 12 additions and 11 deletions

View file

@ -3,22 +3,19 @@
# YinYang
Games, [chat](https://voxel-im.github.io/YinYang/discord.html), apps, and a lot more to come. [THIS SITE IS IN BETA]
Not your ordinary unblocker site. Games, [chat](https://voxel-im.github.io/YinYang/discord.html), a [search proxy](https://voxel-im.github.io/YinYang/pr0xy.html) and apps.
If your school ever restricts this just fork and deploy to GitHub Pages or use the following options:
<a href="https://app.netlify.com/start/deploy?repository=https://github.com/voxel-im/YinYang"><img src="https://www.netlify.com/img/deploy/button.svg" alt="Deploy to Netlify"></a>
<a href="https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fvoxel-im%2FYinYang"><img src="https://vercel.com/button" alt="Deploy with Vercel"/></a>
<a href="https://heroku.com/deploy?template=https://github.com/voxel-im/YinYang">
<img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy">
<a href="https://deploy.cyclic.sh/voxel-im/YinYang/">
<img src="https://deploy.cyclic.sh/button.svg" />
<a href="https://render.com/deploy?repo=https://github.com/voxel-im/YinYang/">
<a href="https://heroku.com/deploy?template=https://github.com/voxel-im/YinYang"><img src="https://www.herokucdn.com/deploy/button.svg" alt="Deploy">
<a href="https://deploy.cyclic.sh/voxel-im/YinYang/"><img src="https://deploy.cyclic.sh/button.svg" />
..Or just use the [alt link](https://study-forums.netlify.app) if you don't want to selfhost.
..Or just use the [alt link](https://study-forums.netlify.app/README.md) if you don't want to selfhost.
# Page Access
See those files up there? Yeah, take them and slap them at the end of https://voxel-im.github.io/YinYang/ and you're good to go.
Works the same if you selfhost and with https://study-forums.netlify.app
See those files up there? Slap them at the end of your link and you're good to go.
Example: yinyang.site/YinYang/adanceoffireandice.html

4
audiovisualizer.html Normal file
View file

@ -0,0 +1,4 @@
<title> </title>
<iframe id="innerFrame" name="innerFrame" sandbox="allow-scripts allow-popups allow-forms allow-same-origin allow-popups-to-escape-sandbox allow-downloads" frameborder="0" allowfullscreen="" src="https://butterchurnviz.com" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
</iframe>

View file

@ -1,4 +1,4 @@
<title> </title>
<iframe id="innerFrame" name="innerFrame" sandbox="allow-scripts allow-popups allow-forms allow-same-origin allow-popups-to-escape-sandbox allow-downloads" frameborder="0" allowfullscreen="" src="https://tiwproxy.vercel.app/static" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
<iframe id="innerFrame" name="innerFrame" sandbox="allow-scripts allow-popups allow-forms allow-same-origin allow-popups-to-escape-sandbox allow-downloads" frameborder="0" allowfullscreen="" src="https://tiwproxy.vercel.app/static/" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
</iframe>