commit save image

parent a112b92f
<!DOCTYPE html>
<html lang="en">
<head>
<style>
body{
display: flex;
align-items: center;
justify-content: center;
min-height: 100vh;
background: #6990F2;
}
.wrapper{
width: 430px;
background: #fff;
border-radius: 5px;
padding: 30px;
box-shadow: 7px 7px 12px rgba(0,0,0,0.05);
}
</style>
<title>Water Quality Demo</title>
</head>
<body>
<div class="wrapper">
<header>Water Quality Demo</header>
<p>Water Specifications: </p>
<p>{{ variable }}</p>
</div>
</body>
</html>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment