first
This commit is contained in:
33
index.html
Normal file
33
index.html
Normal file
@ -0,0 +1,33 @@
|
||||
<!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" />
|
||||
<title>Tauri + Vue 3 App</title>
|
||||
<style>
|
||||
html, body, #app {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
.maingui {
|
||||
margin: 0px;
|
||||
}
|
||||
.accordion-button{
|
||||
padding: 0px;
|
||||
}
|
||||
</style>
|
||||
<script src="http://172.16.0.84:8098"></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="app" class="maingui" style="padding: 0px"></div>
|
||||
<script type="module" src="/src/main.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user