style changes, favicon, metadata
This commit is contained in:
BIN
favicon.png
Normal file
BIN
favicon.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 326 B |
BIN
favicon@2x.png
Normal file
BIN
favicon@2x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.1 KiB |
BIN
favicon@3x.png
Normal file
BIN
favicon@3x.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 KiB |
@@ -2,8 +2,13 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="theme-color" contents="#2e3440">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
<title>Text Proxy</title>
|
<title>Text Proxy</title>
|
||||||
<link href="site.css" rel="stylesheet">
|
<link href="site.css" rel="stylesheet">
|
||||||
|
<link rel="icon" type="image/png" href="/favicon.png" size="64x64">
|
||||||
|
<link rel="icon" type="image/png" href="/favicon@2x.png" size="128x128">
|
||||||
|
<link rel="icon" type="image/png" href="/favicon@3x.png" size="192x192">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>Text Proxy</h1>
|
<h1>Text Proxy</h1>
|
||||||
|
|||||||
2
site.css
2
site.css
@@ -70,7 +70,7 @@ input:focus {
|
|||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media(min-width: 480px) {
|
@media(min-width: 500px) {
|
||||||
form {
|
form {
|
||||||
align-items: baseline;
|
align-items: baseline;
|
||||||
flex-direction: row;
|
flex-direction: row;
|
||||||
|
|||||||
@@ -2,8 +2,13 @@
|
|||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<meta name="theme-color" contents="#2e3440">
|
||||||
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||||
<title>{title} - TextProxy</title>
|
<title>{title} - TextProxy</title>
|
||||||
<link href="/site.css" rel="stylesheet">
|
<link href="/site.css" rel="stylesheet">
|
||||||
|
<link rel="icon" type="image/png" href="/favicon.png" size="64x64">
|
||||||
|
<link rel="icon" type="image/png" href="/favicon@2x.png" size="128x128">
|
||||||
|
<link rel="icon" type="image/png" href="/favicon@3x.png" size="192x192">
|
||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<h1>{title}</h1>
|
<h1>{title}</h1>
|
||||||
|
|||||||
Reference in New Issue
Block a user