add square html

This commit is contained in:
Siwat Sirichai 2024-01-09 07:13:16 +00:00
parent 45d952368b
commit 76194119f4
6 changed files with 254 additions and 102 deletions

View file

@ -53,8 +53,12 @@
<h1>Air Quality Monitoring System</h1>
<h2>Chulalongkorn University Demonstation School</h2>
<p>Where are you?</p>
<a class="button" href="/card.html?location=satite">Primary School</a>
<a class="button" href="/card.html?location=satitm">Secondary School</a>
<h3>Primary School</h3>
<a class="button" href="/card.html?location=satite">Card</a>
<a class="button" href="/square.html?location=satite">Compact</a>
<h3>Secondary School</h3>
<a class="button" href="/card.html?location=satitm">Card</a>
<a class="button" href="/square.html?location=satitm">Compact</a>
</div>
</body>