11 changed files with 38 additions and 19 deletions
@ -1,13 +1,13 @@ |
|||||
<!DOCTYPE html> |
<!DOCTYPE html> |
||||
<html lang=""> |
<html lang=""> |
||||
<head> |
<head> |
||||
<meta charset="UTF-8"> |
<meta charset="UTF-8"> |
||||
<link rel="icon" href="/favicon.ico"> |
<link rel="icon" href="/favicon.ico"> |
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
||||
<title>Vite App</title> |
<title>Galaxis Robot Control</title> |
||||
</head> |
</head> |
||||
<body> |
<body> |
||||
<div id="app"></div> |
<div id="app"></div> |
||||
<script type="module" src="/src/main.ts"></script> |
<script type="module" src="/src/main.ts"></script> |
||||
</body> |
</body> |
||||
</html> |
</html> |
||||
|
|||||
|
Before Width: | Height: | Size: 4.2 KiB After Width: | Height: | Size: 504 B |
@ -0,0 +1,3 @@ |
|||||
|
<template> |
||||
|
AlarmView |
||||
|
</template> |
||||
@ -0,0 +1,3 @@ |
|||||
|
<template> |
||||
|
AlarmView |
||||
|
</template> |
||||
@ -0,0 +1,3 @@ |
|||||
|
<template> |
||||
|
AlarmView |
||||
|
</template> |
||||
@ -0,0 +1,3 @@ |
|||||
|
<template> |
||||
|
AlarmView |
||||
|
</template> |
||||
@ -0,0 +1,3 @@ |
|||||
|
<template> |
||||
|
AlarmView |
||||
|
</template> |
||||
@ -0,0 +1,3 @@ |
|||||
|
<template> |
||||
|
AlarmView |
||||
|
</template> |
||||
@ -0,0 +1,3 @@ |
|||||
|
<template> |
||||
|
AlarmView |
||||
|
</template> |
||||
Loading…
Reference in new issue