Compare commits

...

3 commits

Author SHA1 Message Date
Voxel⠀ 78fec6478f
Rename youtube-but-good.html to youtube.html 2024-05-15 08:25:27 -04:00
Voxel⠀ 5b95163f34
Delete .github/workflows directory 2024-05-15 08:25:02 -04:00
Voxel⠀ 06cc553a2d
Update slope.html 2024-05-15 08:24:52 -04:00
3 changed files with 1 additions and 27 deletions

View file

@ -1,26 +0,0 @@
name: Astro Studio
env:
ASTRO_STUDIO_APP_TOKEN: ${{secrets.ASTRO_STUDIO_APP_TOKEN }}
on:
push:
branches:
- main
pull_request:
types: [opened, reopened, synchronize]
jobs:
DB:
permissions:
contents: read
actions: read
pull-requests: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
with:
node-version: 20
- uses: jaid/action-npm-install@v1.2.1
- uses: withastro/action-studio@main

View file

@ -1,4 +1,4 @@
<title> </title> <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://reider71164.github.io/slope-game/" 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://pbiscul.github.io/Slope-Gameyes/" 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> </iframe>