Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
jcponce committed Aug 22, 2024
1 parent 6e92954 commit 7267701
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions threejs/galaxy/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,49 @@

gtag('config', 'G-JPYTNF6MB4');
</script>

<style>
body {
margin: 0;
width: 100%;
height: 100%;
overflow: hidden
}

a {
color: rgb(0, 255, 229);
}

a:link {
text-decoration: none;
}

a:visited {
text-decoration: none;
}

a:hover {
text-decoration: underline;
}

a:active {
text-decoration: underline;
}

.footer {
position: fixed;
width: 100%;
text-align: center;
bottom: 18px;
}
</style>
</head>

<body>
<canvas class="webgl"></canvas>
<div class="footer">
<p>❤️ <a href="https://www.patreon.com/jcponce">Patreon</a></p>
</div>

<script type="importmap">
{
Expand Down

0 comments on commit 7267701

Please sign in to comment.