SimpleTasks/htmlheader.php

21 lines
794 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="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' />
<title>T&J Task Reminders</title>
</head>
<body>