11 changed files with 38 additions and 19 deletions
@ -1,13 +1,13 @@ |
|||
<!DOCTYPE html> |
|||
<html lang=""> |
|||
<head> |
|||
<head> |
|||
<meta charset="UTF-8"> |
|||
<link rel="icon" href="/favicon.ico"> |
|||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
|||
<title>Vite App</title> |
|||
</head> |
|||
<body> |
|||
<div id="app"></div> |
|||
<script type="module" src="/src/main.ts"></script> |
|||
</body> |
|||
<title>Galaxis Robot Control</title> |
|||
</head> |
|||
<body> |
|||
<div id="app"></div> |
|||
<script type="module" src="/src/main.ts"></script> |
|||
</body> |
|||
</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