ViewPort property
This commit is contained in:
@@ -3,6 +3,9 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<title>Error <%= error %></title>
|
<title>Error <%= error %></title>
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/style.css">
|
<link rel="stylesheet" type="text/css" href="/style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -11,6 +11,8 @@
|
|||||||
<%= `<meta property="twitter:description" content="${info.description}">` %>
|
<%= `<meta property="twitter:description" content="${info.description}">` %>
|
||||||
<%= `<meta property="org:url" content="${info.host}/">` %>
|
<%= `<meta property="org:url" content="${info.host}/">` %>
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="style.css">
|
<link rel="stylesheet" type="text/css" href="style.css">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
|
|||||||
@@ -15,6 +15,8 @@
|
|||||||
<%= `<meta property="twitter:image" content="${info.host + article.thumbnail}">` %>
|
<%= `<meta property="twitter:image" content="${info.host + article.thumbnail}">` %>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||||
|
|
||||||
<link rel="stylesheet" type="text/css" href="/prism.css">
|
<link rel="stylesheet" type="text/css" href="/prism.css">
|
||||||
<link rel="stylesheet" type="text/css" href="/style.css">
|
<link rel="stylesheet" type="text/css" href="/style.css">
|
||||||
</head>
|
</head>
|
||||||
|
|||||||
Reference in New Issue
Block a user