Archived
1
0

add viewport

This commit is contained in:
Jeff Becker 2017-07-27 09:42:04 -04:00
parent 31a1109372
commit a6e5fd13e0
5 changed files with 5 additions and 0 deletions

View File

@ -10,6 +10,7 @@
<meta charset="utf-8" /> <meta charset="utf-8" />
<link rel="stylesheet" href="{{prefix}}static/krane.css" /> <link rel="stylesheet" href="{{prefix}}static/krane.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" /> <link rel="stylesheet" href="{{prefix}}static/user.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
</head> </head>
<body> <body>
<center> <center>

View File

@ -16,6 +16,7 @@
<html prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml"> <html prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
<head> <head>
<title>{{board.Board}}</title> <title>{{board.Board}}</title>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8">
<link rel="stylesheet" href="{{board.Prefix}}static/krane.css" /> <link rel="stylesheet" href="{{board.Prefix}}static/krane.css" />
<link rel="stylesheet" href="{{board.Prefix}}static/user.css" /> <link rel="stylesheet" href="{{board.Prefix}}static/user.css" />

View File

@ -15,6 +15,7 @@
<head> <head>
<link rel="stylesheet" href="{{prefix}}static/krane.css" /> <link rel="stylesheet" href="{{prefix}}static/krane.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" /> <link rel="stylesheet" href="{{prefix}}static/user.css" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta property="og:site_name" content="changolia" /> <meta property="og:site_name" content="changolia" />
<meta property="og:type" content="website"/> <meta property="og:type" content="website"/>
<meta property="og:title" content="changolia"/> <meta property="og:title" content="changolia"/>

View File

@ -16,6 +16,7 @@
<head> <head>
<title>{{board.Board}}</title> <title>{{board.Board}}</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="{{thread.Prefix}}static/krane.css" /> <link rel="stylesheet" href="{{thread.Prefix}}static/krane.css" />
<link rel="stylesheet" href="{{thread.Prefix}}static/user.css" /> <link rel="stylesheet" href="{{thread.Prefix}}static/user.css" />
<script type="text/javascript" src="{{thread.Prefix}}static/overchan.js"></script> <script type="text/javascript" src="{{thread.Prefix}}static/overchan.js"></script>

View File

@ -11,6 +11,7 @@
<head> <head>
<title>overboard</title> <title>overboard</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8"> <meta http-equiv="content-type" content="text/html; charset=utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="{{prefix}}static/krane.css" /> <link rel="stylesheet" href="{{prefix}}static/krane.css" />
<link rel="stylesheet" href="{{prefix}}static/user.css" /> <link rel="stylesheet" href="{{prefix}}static/user.css" />
<script type="text/javascript" src="{{prefix}}static/overchan.js"></script> <script type="text/javascript" src="{{prefix}}static/overchan.js"></script>