Compare commits
No commits in common. "baefedd775bf15a3a3002eb99ab5dd64065539ec" and "9143472e869dcf8a90c3c837f25e4de8d8acf822" have entirely different histories.
baefedd775
...
9143472e86
|
|
@ -3,18 +3,17 @@
|
|||
?><!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=0.75" />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes" />
|
||||
<meta name="mobile-web-app-capable" content="yes" />
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
|
||||
<link rel="icon" sizes="192x192" href="icons/tasks_192.png" />
|
||||
<link rel="apple-touch-icon" sizes="192x192" href="icons/tasks_192.png" />
|
||||
<link rel="manifest" href="manifest.json" />
|
||||
<link rel='stylesheet' href='core/jquery-ui-1.13.2/jquery-ui.min.css' />
|
||||
<link rel='stylesheet' href='core/toastr.min.css' />
|
||||
<link rel='stylesheet' href='core/apex/apexcharts.css' />
|
||||
<link rel='stylesheet' href='css/main.css' />
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
||||
<link rel="icon" sizes="144x144" href="icons/favicon_144.png">
|
||||
<link rel="apple-touch-icon" sizes="144x144" href="icons/favicon_144.png">
|
||||
<title>T&J Task Reminders</title>
|
||||
<link rel='stylesheet' href='core/jquery-ui-1.13.2/jquery-ui.min.css'>
|
||||
<link rel='stylesheet' href='core/toastr.min.css'>
|
||||
<link rel='stylesheet' href='core/apex/apexcharts.css'>
|
||||
<link rel='stylesheet' href='css/main.css'>
|
||||
</head>
|
||||
<body>
|
||||
|
|
|
|||
Binary file not shown.
|
Before Width: | Height: | Size: 6.1 KiB |
Binary file not shown.
|
Before Width: | Height: | Size: 35 KiB |
|
|
@ -1,19 +0,0 @@
|
|||
{
|
||||
"short_name": "T&J Task List",
|
||||
"description": "Task list tracker for T & J!",
|
||||
"icons": [
|
||||
{
|
||||
"src": "icons/tasks_512.png",
|
||||
"type": "image/png",
|
||||
"sizes": "512x512"
|
||||
},
|
||||
{
|
||||
"src": "icons/tasks_192.png",
|
||||
"type": "image/png",
|
||||
"sizes": "192x192"
|
||||
}
|
||||
],
|
||||
"start_url": "index.php",
|
||||
"display": "fullscreen",
|
||||
"scope": "/t/"
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user