same as before

pull/1/head
Jwitt 2 years ago
parent d1f5bf399f
commit 8164a7913f

@ -3,8 +3,9 @@
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<title>Alarm Control Page</title>
</head>
<body>
<div id="app"></div>

@ -38,7 +38,12 @@ export default {
<template>
<div>
Current alarm state: {{ status }}
<br>
<br>
</div>
</template>
<style scoped></style>
<style scoped>
</style>

@ -0,0 +1,6 @@
body {
margin: auto;
width: 10%;
padding: 10px;
background-color: #ff6666;
}
Loading…
Cancel
Save