mirror of
https://github.com/troisjs/trois.git
synced 2024-11-24 04:12:02 +08:00
24 lines
753 B
HTML
24 lines
753 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<link href="https://fonts.googleapis.com/css?family=Montserrat:400" rel="stylesheet">
|
|
<title>TroisJS Demos</title>
|
|
<link rel="stylesheet" href="style.78bd8c31.css">
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="index.3540f44e.js"></script>
|
|
|
|
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-178028522-1"></script>
|
|
<script>
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag(){dataLayer.push(arguments);}
|
|
gtag('js', new Date());
|
|
gtag('config', 'UA-178028522-1');
|
|
</script>
|
|
</body>
|
|
</html>
|