Refractored glb loader, Added dropdown selector, Added record number and scientific name text display, css styling

This commit is contained in:
2026-05-27 03:28:55 +08:00
parent 3d372494ff
commit 8da6546079
6 changed files with 145 additions and 49 deletions
+9 -1
View File
@@ -14,8 +14,16 @@
<style>
body { margin: 0; }
</style>
<link type="text/css" rel="stylesheet" href="main.css">
</head>
<body>
<script type="module" src="/main.js"></script>
<div id="mabuligheader">
<h1>Mabulig Web</h1>
</div>
<div id="info">
<h2 id="recordnumbertext">Record Number</h2>
<h1 id="nametext"> Scientific Name</h1>
</div>
<script type="module" src="main.js"></script>
</body>
</html>