20 lines
733 B
PHP
20 lines
733 B
PHP
<?php
|
|
|
|
?><!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<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="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>
|