Files
PathTracingPresentation/index.html
2026-08-19 21:23:42 +02:00

20 lines
334 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<title>reveal.js</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="./src/main.ts">
</script>
</body>
</html>