feat: add manifest.json
This commit is contained in:
parent
dd2a962264
commit
4ce1276f1a
2 changed files with 11 additions and 3 deletions
|
@ -6,9 +6,12 @@
|
|||
<meta name="author" content="sup39">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<link rel="stylesheet" type="text/css" href="https://res.sup39.dev/index.css">
|
||||
<link rel="manifest" href="./manifest.json">
|
||||
<style>
|
||||
main {
|
||||
width: fit-content;
|
||||
main, footer {
|
||||
max-width: 480px;
|
||||
margin-left: 0;
|
||||
margin: auto
|
||||
}
|
||||
#title {
|
||||
margin-inline-end: 0em;
|
||||
|
@ -17,7 +20,7 @@
|
|||
text-align: end;
|
||||
}
|
||||
#ct-root span[id] {
|
||||
font-size: 1.5em;
|
||||
font-size: min(3em, 10vw);
|
||||
color: #2ee5b8;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
|
5
manifest.json
Normal file
5
manifest.json
Normal file
|
@ -0,0 +1,5 @@
|
|||
{
|
||||
"name": "Countdown | sup39",
|
||||
"short_name": "Countdown",
|
||||
"theme_color": "#2ee5b8"
|
||||
}
|
Loading…
Reference in a new issue