Responsive semantics

- Rewrite of the original page structure to be more inline with semantic HTML
- CSS is now mobile-first
This commit is contained in:
Tressley Cahill
2022-10-23 19:29:40 -04:00
parent a86180f92a
commit 5c91a399e0
4 changed files with 170 additions and 193 deletions
+1 -3
View File
@@ -6,6 +6,4 @@ function dateTime () {
setTimeout(dateTime, 1000)
}
function traichu () {
dateTime()
}
dateTime()