same as before

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

@ -3,8 +3,9 @@
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<link rel="icon" href="/favicon.ico"> <link rel="icon" href="/favicon.ico">
<link rel="stylesheet" href="style.css">
<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>Alarm Control Page</title>
</head> </head>
<body> <body>
<div id="app"></div> <div id="app"></div>

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

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