48 lines
No EOL
1.5 KiB
HTML
48 lines
No EOL
1.5 KiB
HTML
<x-tab.content selected="3">
|
|
<x-section-head header="Page four">
|
|
<x-blockquote cite="Josh Arbon (CEO of Tysontoucherinator)">
|
|
Who is this guy?
|
|
</x-blockquote>
|
|
</x-section-head>
|
|
<x-project>
|
|
<fill:img>
|
|
<x-project.text>🤷♂️</x-project.text>
|
|
</fill:img>
|
|
<fill:title>
|
|
<markdown>
|
|
# Uuuuuhhhhh
|
|
</markdown>
|
|
</fill:title>
|
|
<fill:subtitle>
|
|
<markdown>
|
|
## I don't know what to put on this page
|
|
</markdown>
|
|
</fill:subtitle>
|
|
<fill:description>
|
|
<form hx-post="/api/page-idea" hx-target="#page-idea-result" hx-indicator="#page-idea-indicator">
|
|
<label for="page-idea">
|
|
What should we put on page 4 of The SANDWICH?
|
|
</label><br>
|
|
<textarea name="page-idea" id="page-idea"></textarea>
|
|
<input type="submit" value="Submit Idea!">
|
|
</form>
|
|
<img id="page-idea-indicator" class="htmx-indicator" width="32" height="32" src="/assets/spinner.svg">
|
|
<div id="page-idea-result"></div>
|
|
</fill:description>
|
|
</x-project>
|
|
<div id="cockpit-canvas"></div>
|
|
</x-tab.content>
|
|
<script>
|
|
var x = setInterval(runCockpit, 500);
|
|
function runCockpit() {
|
|
if (window.wasmBindings != undefined) {
|
|
window.wasmBindings.run();
|
|
clearInterval(x)
|
|
}
|
|
}
|
|
runCockpit();
|
|
</script>
|
|
<push name="head">
|
|
<link rel="preload" href="/assets/FiraCode-Bold.woff2" as="font" type="font/woff2" crossorigin>
|
|
<link rel="preload" href="/assets/FiraCode-Regular.woff2" as="font" type="font/woff2" crossorigin>
|
|
</push> |