Deploy Bot
Deploy SciANN Material Identification app (Django + React + Vite)
7ba882a
raw
history blame contribute delete
286 Bytes
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>SciANN App</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>