Just confirming that pages are not getting mangles.

main
Zed A. Shaw 2 weeks ago
parent 9961915c8c
commit 7e48768e36
  1. 9
      pages/alpine_test.html
  2. 22
      pages/base.html
  3. 22
      pages/error/index.html
  4. 22
      pages/game/1/turings-tarpit/index.html
  5. 46
      pages/game/index.html
  6. 21
      pages/index.html
  7. 23
      pages/layouts/main.html
  8. 24
      pages/live/index.html
  9. 21
      pages/login/index.html
  10. 21
      pages/register/index.html
  11. 24
      pages/stream/1/index.html
  12. 45
      pages/stream/index.html

@ -1,9 +0,0 @@
<html>
<head>
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
</head>
<body>
<h1 x-data="{ message: 'I ❤ Alpine' }" x-text="message"></h1>
</body>
</html>

@ -1,25 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/color.css">
<link rel="stylesheet" href="/blockstart.css">
<title>ZedShaw's Game Thing</title>
</head>
<body>
<header>
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span>
</header>
<blockstart> <blockstart>
</blockstart> </blockstart>
<footer>
<h1>Footer</h1>
</footer>
</body>
</html>

@ -1,26 +1,4 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/color.css">
<link rel="stylesheet" href="/blockstart.css">
<title>ZedShaw's Game Thing</title>
</head>
<body>
<header>
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span>
</header>
<blockstart> <blockstart>
<h1>ERROR</h1> <h1>ERROR</h1>
<p>You have an error.</p> <p>You have an error.</p>
</blockstart> </blockstart>
<footer>
<h1>Footer</h1>
</footer>
</body>
</html>

@ -1,22 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/color.css">
<link rel="stylesheet" href="/blockstart.css">
<title>ZedShaw's Game Thing</title>
<script defer src="/js/alpine.js"></script>
<script src="/js/code.js"></script>
<script> <script>
let req = new GetJson("/api/game/1/index.json"); let req = new GetJson("/api/game/1/index.json");
</script> </script>
</head>
<body x-init="Game = await req.theData()" x-data="{Game: {}}">
<header>
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span>
</header>
<blockstart> <blockstart>
<shape style="--w: 100%; --h: 300px">Gameplay Demo Video</shape> <shape style="--w: 100%; --h: 300px">Gameplay Demo Video</shape>
@ -53,9 +37,3 @@
</block> </block>
</blockstart> </blockstart>
<footer>
<h1>Footer</h1>
</footer>
</body>
</html>

@ -1,23 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/color.css">
<link rel="stylesheet" href="/blockstart.css">
<title>ZedShaw's Game Thing</title>
<script defer src="/js/alpine.js"></script>
<script src="/js/code.js"></script>
<script> <script>
let Games = new GetJson("/api/game/index.json"); let Games = new GetJson("/api/game/index.json");
</script> </script>
</head>
<body>
<header>
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span>
</header>
<blockstart> <blockstart>
<block style="--w: 100%; --value: 7"> <block style="--w: 100%; --value: 7">
<h1>Zed's Trash Ass Games</h1> <h1>Zed's Trash Ass Games</h1>
@ -33,29 +16,6 @@
</template> </template>
</grid> </grid>
<block style="--value: 7">
<grid style="--cols: 2">
<shape>Left Image</shape>
<div>
<h2>Checkout my Git</h2>
<p>I put al of my code online for people to read and study. If you're curious about the code behind my games or anything else I make then take a look at my git. It's like a buffet of half-finished genius.</p>
<a href="https://git.learnjsthehardway.com"><button style="--value: 2; --text: 9">View my Git</button></a>
</div>
</grid>
</block>
</blockstart>
<footer>
<h1>Footer</h1>
</footer>
</body>
</html>
x DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p>
</block>
<block> <block>
<h2>Planned Work</h2> <h2>Planned Work</h2>
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p> <p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p>
@ -68,9 +28,3 @@ x DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos j
</block> </block>
</blockstart> </blockstart>
<footer>
<h1>Footer</h1>
</footer>
</body>
</html>

@ -1,18 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/color.css">
<link rel="stylesheet" href="/blockstart.css">
<title>ZedShaw's Game Thing</title>
</head>
<body data-testid="home-page">
<header>
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span>
</header>
<blockstart> <blockstart>
<h1>Zed's Game Dev Website</h1> <h1>Zed's Game Dev Website</h1>
@ -79,9 +64,3 @@
</block> </block>
</blockstart> </blockstart>
<footer>
<h1>Footer</h1>
</footer>
</body>
</html>

@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/color.css">
<link rel="stylesheet" href="/blockstart.css">
<script defer src="/js/alpine.js"></script>
<script src="/js/code.js"></script>
<title>ZedShaw.games</title>
</head>
<body data-testid="{{.PageId}}">
<header>
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span>
</header>
{{embed}}
<footer>
<h1>Footer</h1>
</footer>
</body>
</html>

@ -1,24 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/color.css">
<link rel="stylesheet" href="/blockstart.css">
<title>ZedShaw's Game Thing</title>
<script defer src="/js/alpine.js"></script>
<script src="/js/code.js"></script>
<script> <script>
let req = new GetJson("/api/stream/1"); let req = new GetJson("/api/stream/1");
let link_req = new GetJson("/api/stream/1/links"); let link_req = new GetJson("/api/stream/1/links");
</script> </script>
</head>
<body x-init="Stream = await req.theData()" x-data="{Stream: {}}">
<header>
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span>
</header>
<div x-init="Stream = await req.theData()" x-data="{Stream: {}}">
<blockstart> <blockstart>
<shape style="--w: 100%; --h: 350px"> <shape style="--w: 100%; --h: 350px">
@ -49,9 +34,4 @@
</form> </form>
</blockstart> </blockstart>
</div>
<footer>
<h1>Footer</h1>
</footer>
</body>
</html>

@ -1,18 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/color.css">
<link rel="stylesheet" href="/blockstart.css">
<title>ZedShaw's Game Thing</title>
</head>
<body data-testid="login-page">
<header>
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span>
</header>
<blockstart style="min-height: 90vw"> <blockstart style="min-height: 90vw">
<h1>Login</h1> <h1>Login</h1>
<block class="center-self" style="--w: 500px; --h: 500px;"> <block class="center-self" style="--w: 500px; --h: 500px;">
@ -36,9 +21,3 @@
<div class="center"><a href="/register/">Need an account? Click to Register.</a></div> <div class="center"><a href="/register/">Need an account? Click to Register.</a></div>
</block> </block>
</blockstart> </blockstart>
<footer>
<h1>Footer</h1>
</footer>
</body>
</html>

@ -1,18 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/color.css">
<link rel="stylesheet" href="/blockstart.css">
<title>ZedShaw's Game Thing</title>
</head>
<body data-testid="register-page">
<header>
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span>
</header>
<blockstart style="min-height: 90vw"> <blockstart style="min-height: 90vw">
<h1>Login</h1> <h1>Login</h1>
<block class="center-self" style="--w: 500px; --h: 500px;"> <block class="center-self" style="--w: 500px; --h: 500px;">
@ -38,9 +23,3 @@
<div class="center"><a href="/login/">Have an account? Click to Login.</a></div> <div class="center"><a href="/login/">Have an account? Click to Login.</a></div>
</block> </block>
</blockstart> </blockstart>
<footer>
<h1>Footer</h1>
</footer>
</body>
</html>

@ -1,24 +1,9 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/color.css">
<link rel="stylesheet" href="/blockstart.css">
<title>ZedShaw's Game Thing</title>
<script defer src="/js/alpine.js"></script>
<script src="/js/code.js"></script>
<script> <script>
let req = new GetJson("/api/stream/1"); let req = new GetJson("/api/stream/1");
let link_req = new GetJson("/api/stream/1/links"); let link_req = new GetJson("/api/stream/1/links");
</script> </script>
</head>
<body x-init="Stream = await req.theData()" x-data="{Stream: {}}">
<header>
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span>
</header>
<div x-init="Stream = await req.theData()" x-data="{Stream: {}}">
<blockstart> <blockstart>
<block style="--value: 7"> <block style="--value: 7">
@ -73,9 +58,4 @@ i poutine jianbing chambray.</p>
</block> </block>
</blockstart> </blockstart>
</div>
<footer>
<h1>Footer</h1>
</footer>
</body>
</html>

@ -1,23 +1,6 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/color.css">
<link rel="stylesheet" href="/blockstart.css">
<title>ZedShaw's Game Thing</title>
<script defer src="/js/alpine.js"></script>
<script src="/js/code.js"></script>
<script> <script>
let Streams = new GetJson("/api/stream/"); let Streams = new GetJson("/api/stream/");
</script> </script>
</head>
<body>
<header>
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span>
</header>
<blockstart> <blockstart>
<block style="--value: 7"> <block style="--value: 7">
@ -37,32 +20,4 @@
</stream> </stream>
</template> </template>
</block> </block>
</blockstart>
<footer>
<h1>Footer</h1>
</footer>
</body>
</html>
ral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p>
</block>
<block>
<h2>Planned Work</h2>
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p>
</block>
<block style="--value: 2; --text: 9">
<h2>Read The Code</h2>
<p>Polaroid retro pork belly yes plz bitters, viral chicharrones typewriter chartreuse vice Brooklyn. Adaptogen pour-over vibecession viral. Tote bag tonx DIY microdosing. Pickled selvage bespoke small batch, blue bottle twee tacos jean shorts before they sold out chicharrones solarpunk. Hoodie taiyaki poutine jianbing chambray.</p>
<button><a href="https://git.learnjsthehardway.com/learn-code-the-hard-way/turings-tarpit">View the Git</a></button>
</block>
</blockstart> </blockstart>
<footer>
<h1>Footer</h1>
</footer>
</body>
</html>

Loading…
Cancel
Save