update html

This commit is contained in:
root 2024-01-04 06:16:36 +00:00
parent 6954a2a382
commit d8ec1a1074
2 changed files with 14 additions and 5 deletions

View file

@ -4,7 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome to the IQAir API Server</title>
<title>CUD Air Quality</title>
<style>
body {
font-family: Arial, sans-serif;
@ -50,10 +50,11 @@
<body>
<div class="container">
<h1>Welcome to the IQAir API Server</h1>
<h1>Air Quality Monitoring System</h1>
<h2>Chulalongkorn University Demonstation School</h2>
<p>Where are you?</p>
<a class="button" href="/satitm/index.html">SATITM</a>
<a class="button" href="/satite/index.html">SATITE</a>
<a class="button" href="/satite/index.html">Primary School</a>
<a class="button" href="/satitm/index.html">Secondary School</a>
</div>
</body>