Skip to content

Commit

Permalink
Deploy updated build to docs
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Nov 16, 2024
1 parent 4c1ae61 commit 8da7e9a
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/CNAME
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
asciidepths.com
1 change: 1 addition & 0 deletions docs/dist/54.bundle.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions docs/dist/bundle.js

Large diffs are not rendered by default.

Binary file added docs/dist/fonts/Alucrads.ttf
Binary file not shown.
Binary file added docs/dist/fonts/Inconsolata.ttf
Binary file not shown.
Binary file added docs/favicon.ico
Binary file not shown.
16 changes: 16 additions & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="preload" href="dist/bundle.js" as="script">
<script src="dist/bundle.js"></script>
<title>Ascii Depths</title>
</head>
<body class="flex place-items-center w-screen h-screen bg-smoky-black">
<button id="fullscreen-toggle" class="absolute top-4 right-4 text-battleship-grey">
<svg id="max" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8 3H5a2 2 0 0 0-2 2v3m18 0V5a2 2 0 0 0-2-2h-3m0 18h3a2 2 0 0 0 2-2v-3M3 16v3a2 2 0 0 0 2 2h3"></path></svg>
<svg id="min" class="hidden" xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><path d="M8 3v3a2 2 0 0 1-2 2H3m18 0h-3a2 2 0 0 1-2-2V3m0 18v-3a2 2 0 0 1 2-2h3M3 16h3a2 2 0 0 1 2 2v3"></path></svg>
</button>
</body>
</html>

0 comments on commit 8da7e9a

Please sign in to comment.