29 lines
752 B
HTML
29 lines
752 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<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">
|
|
<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> |