Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
sbecker11 committed Dec 25, 2024
1 parent 76dbf96 commit 985f2ce
Show file tree
Hide file tree
Showing 5 changed files with 199 additions and 158 deletions.
1 change: 0 additions & 1 deletion assets/index-CFro2LPa.js

This file was deleted.

26 changes: 26 additions & 0 deletions assets/index-SWSzi2dL.js

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

1 change: 1 addition & 0 deletions assets/rolodex-orig-CSPHv-k3.js

Large diffs are not rendered by default.

310 changes: 155 additions & 155 deletions assets/three-BFrnJz61.js → assets/three-BHEV8ULI.js

Large diffs are not rendered by default.

19 changes: 17 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,23 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>A Munsell Rolodex</title>
<link rel="icon" href="/workspace-rolodex/assets/favicon-DTGCK8OY.ico" type="image/x-icon">
<script type="module" crossorigin src="/workspace-rolodex/assets/index-CFro2LPa.js"></script>
<link rel="modulepreload" crossorigin href="/workspace-rolodex/assets/three-BFrnJz61.js">
<style>
/* Reset margin and padding for all elements */
* {
margin: 0;
padding: 0;
box-sizing: border-box;
}

/* Ensure the body takes up the full viewport */
body {
width: 100vw;
height: 100vh;
overflow: hidden;
}
</style>
<script type="module" crossorigin src="/workspace-rolodex/assets/index-SWSzi2dL.js"></script>
<link rel="modulepreload" crossorigin href="/workspace-rolodex/assets/three-BHEV8ULI.js">
</head>
<body>
<div id="app"></div>
Expand Down

0 comments on commit 985f2ce

Please sign in to comment.