Skip to content

Commit

Permalink
ok
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Apr 5, 2024
1 parent c32a46c commit 9640306
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 7 deletions.
1 change: 0 additions & 1 deletion threejs/thomas/assets/index-60c247ed.css

This file was deleted.

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

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions threejs/thomas/assets/index-db2a1489.css

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

24 changes: 20 additions & 4 deletions threejs/thomas/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,33 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thomas</title>
<title>Thomas Attractor</title>

<script type="module" crossorigin src="./assets/index-58d5d01f.js"></script>
<link rel="stylesheet" href="./assets/index-60c247ed.css">

<!-- Global site tag (gtag.js) - Google Analytics -->
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JPYTNF6MB4"></script>
<script src="../../assets/js/google-analytics-ga4.js"></script>
<script type="module" crossorigin src="./assets/index-63d2d88b.js"></script>
<link rel="stylesheet" href="./assets/index-db2a1489.css">
</head>
<body>
<canvas class="webgl"></canvas>

<div class="hud">


<p>
<span style="font-size:18px;text-align:center">
❤️ <a href="https://www.dynamicmath.xyz/" target="_blank">dynamicmath.xyz</a><br/>

</span>
</p>



</div>



</body>
</html>

0 comments on commit 9640306

Please sign in to comment.