Skip to content

Instantly share code, notes, and snippets.

@Ashon-G
Created January 4, 2024 19:18
Show Gist options
  • Save Ashon-G/5f5644954b8715dd09281f1b7b2beab8 to your computer and use it in GitHub Desktop.
Save Ashon-G/5f5644954b8715dd09281f1b7b2beab8 to your computer and use it in GitHub Desktop.
Black unicorn
<canvas data-3d="canvas"></canvas>
<div id="barba-wrapper" data-router-wrapper="0">
<main data-router-view="about">
</main>
</div>
<script src="https://cdn.jsdelivr.net/npm/@finsweet/finsweet.com@1/dist/webgl/app.js"></script>
canvas {
display: block;
width: 100%;
height: 100%;
background-color: white;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment