add whole project
This commit is contained in:
parent
3eac3b1e3b
commit
fe56c5274e
97 changed files with 15837 additions and 0 deletions
16
index.html
Normal file
16
index.html
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<meta name="description" content="Dream-Machine 采购清单 - 网络设备采购管理工具" />
|
||||
<title>Dream-Machine 采购清单</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
<!-- IMPORTANT: Never remove the following script reference, otherwise advanced features like element editing will not work -->
|
||||
<script src="https://static.devv.ai/devv-app.js" type="module"></script>
|
||||
<script type="module" src="/src/main.tsx"></script>
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue