mirror of
https://github.com/myronblair/do-server-config
synced 2026-07-28 05:22:53 -05:00
[orbis] Weekly backup 2026-07-07 — 318 files changed, 48597 insertions(+), 7 deletions(-)
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
<?php $pageTitle = $pageTitle ?? 'ChuckCo Time Keeper'; ?>
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta name="apple-mobile-web-app-title" content="ChuckCo">
|
||||
<meta name="apple-mobile-web-app-capable" content="yes">
|
||||
<meta name="mobile-web-app-capable" content="yes">
|
||||
<title><?= e($pageTitle) ?></title>
|
||||
<link rel="stylesheet" href="/assets/style.css?v=<?= filemtime(__DIR__ . '/../assets/style.css') ?>">
|
||||
</head>
|
||||
<body>
|
||||
<div class="brand-strip">👷 <span>Chuck<b>Co</b> Time Keeper</span></div>
|
||||
Reference in New Issue
Block a user