Skip to content

Instantly share code, notes, and snippets.

@0xKeptah
0xKeptah / index.html
Created October 18, 2025 03:42
The Ghost Code
<html lang="pt-BR">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Faith — Three.js</title>
</head>
<body style="margin:0; background:#000; overflow:hidden;">
<canvas id="webgl"></canvas>
<script src="https://unpkg.com/three@0.160.0/build/three.min.js"></script>