Add meta viewport tags

このコミットが含まれているのは:
n9k 2022-03-03 10:38:55 +00:00
コミット 308d129f5e
6個のファイルの変更6行の追加0行の削除

ファイルの表示

@ -2,6 +2,7 @@
<html id="nochat"> <html id="nochat">
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" type="text/css"> <link rel="stylesheet" href="{{ url_for('static', filename='style.css') }}" type="text/css">
</head> </head>
<body id="both" data-token="{{ user.token }}" data-token-hash="{{ user.token_hash }}"> <body id="both" data-token="{{ user.token }}" data-token-hash="{{ user.token_hash }}">

ファイルの表示

@ -3,6 +3,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="4"> <meta http-equiv="refresh" content="4">
<meta http-equiv="refresh" content="5; url={{ url_for('nojs_chat_redirect', token=user.token) }}"> <meta http-equiv="refresh" content="5; url={{ url_for('nojs_chat_redirect', token=user.token) }}">
<style> <style>

ファイルの表示

@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style> <style>
:root { :root {
--link-color: #42a5d7; --link-color: #42a5d7;

ファイルの表示

@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="6"> <meta http-equiv="refresh" content="6">
<style> <style>
body { body {

ファイルの表示

@ -2,6 +2,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style> <style>
html { html {
height: 100%; height: 100%;

ファイルの表示

@ -3,6 +3,7 @@
<html> <html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="refresh" content="6"> <meta http-equiv="refresh" content="6">
<style> <style>
html { html {