modify <head> section

- set encoding before title (just in case)
- set viewport so mobile browsers work
This commit is contained in:
Brian Cole 2016-01-14 23:58:00 -05:00 committed by Roi Martin
parent 1efc9068a9
commit cf62782735
1 changed files with 2 additions and 1 deletions

3
sw
View File

@ -31,9 +31,10 @@ sw_page() {
<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>${TITLE}</title>
<link rel="icon" href="/favicon.png" type="image/png">
<meta charset="UTF-8">
_header_
# Stylesheet
sw_style