Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
Tribhuwan-Joshi committed Jun 16, 2024
0 parents commit 2aecc1d
Show file tree
Hide file tree
Showing 7 changed files with 65 additions and 0 deletions.
Binary file added assets/Orbitron-VariableFont_wght-B7vC4a4m.ttf
Binary file not shown.
40 changes: 40 additions & 0 deletions assets/index-BYVeTADY.js

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/index-DqDMamj8.css

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

Binary file added assets/ttk-BBwr6X1e.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
23 changes: 23 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/jpg" href="/logo.jpg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Game of Life - A turing complete simulation that can simulate itself. Built by Tjsm"/>
<title>Game of Life</title>
<script type="module" crossorigin src="/assets/index-BYVeTADY.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-DqDMamj8.css">
</head>
<body class="min-h-screen justify-between flex flex-col font-robotic box-border p-2 antialiased text-mygreen bg-black">
<div id="root"></div>
<footer class="my-2 underline decoration-mygreen mx-auto">
<a
href="https://github.com/Tribhuwan-Joshi"
target="_blank"
>
Tjsm
</a>
</footer>
</body>
</html>
Binary file added logo.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions vite.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 2aecc1d

Please # to comment.