mirror of
https://github.com/ConnectedHumber/Air-Quality-Web
synced 2024-11-22 06:23:01 +00:00
Add mobile meta tag
This commit is contained in:
parent
172b80900c
commit
f69b0cf91c
2 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
|||
|
||||
## v0.3.0 - 1st February 2019
|
||||
- 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
|
||||
The first entry!
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
<html>
|
||||
<head>
|
||||
<meta charset='utf-8' />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>Air Quality Map | ConnectedHumber</title>
|
||||
</head>
|
||||
<body>
|
||||
|
|
Loading…
Reference in a new issue