scada_yaxinke/public/index.html

30 lines
822 B
HTML
Raw Normal View History

2024-10-11 14:22:36 +08:00
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>仪征市亚新科立库电子大屏</title>
</head>
<body>
<noscript>
<strong>We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
<style>
html, body {
margin: 0;
width: 100%;
height: 100%;
}
body{
background-image: url('image/bg.jpg');
background-size: cover;
font-size: 1rem;
color: #e2e2e2;
}
</style>
</html>