add manifest.json
parent
b01b0b2f61
commit
9ea8abb55b
|
@ -0,0 +1,15 @@
|
||||||
|
{
|
||||||
|
"background_color": "#242424",
|
||||||
|
"description": "",
|
||||||
|
"dir": "ltr",
|
||||||
|
"display": "standalone",
|
||||||
|
"name": "Generator Status",
|
||||||
|
"orientation": "any",
|
||||||
|
"scope": "/",
|
||||||
|
"short_name": "Generator Status",
|
||||||
|
"start_url": "/",
|
||||||
|
"theme_color": "#242424",
|
||||||
|
"categories": [],
|
||||||
|
"screenshots": [],
|
||||||
|
"shortcuts": []
|
||||||
|
}
|
1
off.html
1
off.html
|
@ -2,6 +2,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
<title>Generator Status...</title>
|
<title>Generator Status...</title>
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
|
|
1
on.html
1
on.html
|
@ -2,6 +2,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
<title>Generator Status...</title>
|
<title>Generator Status...</title>
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
<title>Generator Status...</title>
|
<title>Generator Status...</title>
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<head>
|
<head>
|
||||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||||
|
<link rel="manifest" href="/manifest.json">
|
||||||
<title>Generator Status...</title>
|
<title>Generator Status...</title>
|
||||||
<style>
|
<style>
|
||||||
* {
|
* {
|
||||||
|
|
Loading…
Reference in New Issue