23 lines
543 B
HTML
23 lines
543 B
HTML
<!--
|
|
* @LastEditors: John
|
|
* @Date: 2024-06-17 17:20:03
|
|
* @LastEditTime: 2024-06-27 17:08:55
|
|
* @Author: John
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1.0,maximum-scale=1, minimum-scale=1, user-scalable=no"
|
|
/>
|
|
<title>YOTTA Edge AI Node</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html>
|