1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-24 18:26:08 +02:00

Add viewport meta tags in HTML templates

This commit is contained in:
Elisabeth Henry 2016-04-14 15:08:10 +02:00
parent e21b246c48
commit 328dbb9ab1
3 changed files with 3 additions and 0 deletions

View File

@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="generator" content="crowbook">
<meta name="author" content="{{{author}}}">
<meta name="viewport" content="width=device-width">
<title>{{{chapter_title}}}</title>
<link rel = "stylesheet" href = "stylesheet.css" type = "text/css"
/>

View File

@ -4,6 +4,7 @@
<meta charset="utf-8">
<meta name="generator" content="crowbook">
<meta name="author" content="{{{author}}}">
<meta name="viewport" content="width=device-width">
<title>{{title}}</title>
<link rel = "stylesheet" href = "stylesheet.css" type = "text/css"
/>

View File

@ -3,6 +3,7 @@
<head>
<meta charset="utf-8">
<meta name="generator" content="crowbook">
<meta name="viewport" content="width=device-width">
<meta name="author" content="{{{author}}}">
<title>{{title}}</title>
<style type = "text/css">