Used the new sitebuild tool to generate stuff.
This commit is contained in:
parent
49dc8cf330
commit
9961915c8c
15 changed files with 169 additions and 33 deletions
|
@ -1,4 +1,15 @@
|
|||
<html>
|
||||
<!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>Hello</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<html>
|
||||
<head>
|
||||
<script defer src="https://cdn.jsdelivr.net/npm/alpinejs@3.x.x/dist/cdn.min.js"></script>
|
||||
|
||||
|
@ -7,16 +18,10 @@
|
|||
<h1 x-data="{ message: 'I ❤️ Alpine' }" x-text="message"></h1>
|
||||
</body>
|
||||
</html>
|
||||
s">
|
||||
<title>ZedShaw's Game Thing</title>
|
||||
<script defer src="/js/alpine.js"></script>
|
||||
<script src="/js/code.js"></script>
|
||||
<script>
|
||||
let req = new GetJson("/api/game/1/index.json");
|
||||
</script>
|
||||
</head>
|
||||
|
||||
<body x-init="Game = await req.theData()" x-data="{Game: {}}">
|
||||
</body>
|
||||
</html>
|
||||
{}}">
|
||||
<header>
|
||||
<a href="/">🏡</a> <span>Zed's Game Dev Website Yay</span>
|
||||
</header>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue