mirror of
https://github.com/wahyd4/upptime.git
synced 2026-08-09 05:06:31 +10:00
55 lines
1.4 KiB
HTML
55 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://stackpath.bootstrapcdn.com/bootstrap/5.0.0-alpha1/css/bootstrap.min.css"
|
|
integrity="sha384-r4NyP46KrjDleawBgD5tp8Y7UzmLA05oM1iAEQ17CSuDqnUK2+k9luXQOfXJCJ4I"
|
|
crossorigin="anonymous"
|
|
/>
|
|
<title>Koj Status</title>
|
|
<link
|
|
href="https://koj.co/apple-touch-icon.png"
|
|
rel="apple-touch-icon"
|
|
sizes="180x180"
|
|
/>
|
|
<link href="https://koj.co/favicon.svg" rel="icon" type="image/svg+xml" />
|
|
<link
|
|
href="https://koj.co/favicon-32x32.png"
|
|
rel="icon"
|
|
sizes="32x32"
|
|
type="image/png"
|
|
/>
|
|
<link
|
|
href="https://koj.co/favicon-16x16.png"
|
|
rel="icon"
|
|
sizes="16x16"
|
|
type="image/png"
|
|
/>
|
|
<link
|
|
href="https://koj.co/safari-pinned-tab.svg"
|
|
rel="mask-icon"
|
|
color="#603cba"
|
|
/>
|
|
<link rel="stylesheet" href="site.scss" />
|
|
</head>
|
|
<body>
|
|
<h1>Koj Status</h1>
|
|
<section id="current-incidents">
|
|
<h2>Current Outages</h2>
|
|
<div></div>
|
|
</section>
|
|
<section id="live-status">
|
|
<h2>Live Status</h2>
|
|
<div></div>
|
|
</section>
|
|
<section id="past-incidents">
|
|
<h2>Past Incidents</h2>
|
|
<div></div>
|
|
</section>
|
|
<script src="site.ts"></script>
|
|
</body>
|
|
</html>
|