Add mobile meta tag

This commit is contained in:
Starbeamrainbowlabs 2019-02-01 18:45:41 +00:00
parent 172b80900c
commit f69b0cf91c
Signed by: sbrl
GPG Key ID: 1BE5172E637709C2
2 changed files with 2 additions and 0 deletions

View File

@ -2,6 +2,7 @@
## v0.3.0 - 1st February 2019 ## v0.3.0 - 1st February 2019
- Installed a library to fix bugs in the device marker tabbing system - Installed a library to fix bugs in the device marker tabbing system
- Add _rudimentary_ mobile device support. Note that this is not a priority until the design of the interface for desktop has been worked out.
## v0.2.0 - 26th January 2019 ## v0.2.0 - 26th January 2019
The first entry! The first entry!

View File

@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<meta charset='utf-8' /> <meta charset='utf-8' />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Air Quality Map | ConnectedHumber</title> <title>Air Quality Map | ConnectedHumber</title>
</head> </head>
<body> <body>