add viewport
This commit is contained in:
parent
31a1109372
commit
a6e5fd13e0
@ -10,6 +10,7 @@
|
||||
<meta charset="utf-8" />
|
||||
<link rel="stylesheet" href="{{prefix}}static/krane.css" />
|
||||
<link rel="stylesheet" href="{{prefix}}static/user.css" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
</head>
|
||||
<body>
|
||||
<center>
|
||||
|
@ -16,6 +16,7 @@
|
||||
<html prefix="og: http://ogp.me/ns# fb: https://www.facebook.com/2008/fbml">
|
||||
<head>
|
||||
<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">
|
||||
<link rel="stylesheet" href="{{board.Prefix}}static/krane.css" />
|
||||
<link rel="stylesheet" href="{{board.Prefix}}static/user.css" />
|
||||
|
@ -15,6 +15,7 @@
|
||||
<head>
|
||||
<link rel="stylesheet" href="{{prefix}}static/krane.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:type" content="website"/>
|
||||
<meta property="og:title" content="changolia"/>
|
||||
|
@ -16,6 +16,7 @@
|
||||
<head>
|
||||
<title>{{board.Board}}</title>
|
||||
<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/user.css" />
|
||||
<script type="text/javascript" src="{{thread.Prefix}}static/overchan.js"></script>
|
||||
|
@ -11,6 +11,7 @@
|
||||
<head>
|
||||
<title>overboard</title>
|
||||
<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/user.css" />
|
||||
<script type="text/javascript" src="{{prefix}}static/overchan.js"></script>
|
||||
|
Reference in New Issue
Block a user