Files

34 lines
1009 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no, maximum-scale=1.0">
<title>Mabulig Web App</title>
<script type="importmap">
{
"imports": {
"three": "https://cdn.jsdelivr.net/npm/three@v0.184.0/build/three.module.js",
"three/addons/": "https://cdn.jsdelivr.net/npm/three@v0.184.0/examples/jsm/"
}
}
</script>
<style>
body { margin: 0; }
</style>
<link type="text/css" rel="stylesheet" href="main.css">
</head>
<body>
<div id="mabuligheader">
<img src="img/Mabulig_logo.png" width="200px">
</div>
<div id="info">
<h4 id="recordnumbertext">Record Number</h4>
<h2 id="nametext">Scientific Name</h2>
</div>
<div id="loader-container">
<div class="spinner"></div>
<div id="loading-text">Loading</div>
</div>
<script type="module" src="main.js"></script>
</body>
</html>