mirror of
https://github.com/daledavies/jump.git
synced 2026-02-02 12:39:09 +01:00
23 lines
1014 B
Plaintext
23 lines
1014 B
Plaintext
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
{{# noindex}}<meta name="robots" content="noindex">{{/ noindex}}
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400&display=swap" rel="stylesheet">
|
|
<link rel="stylesheet" href="/assets/css/styles.css">
|
|
<link rel="stylesheet" href="background-css.php">
|
|
<link rel="stylesheet" href="/assets/css/weather-icons.min.css">
|
|
<title>{{sitename}}</title>
|
|
<script>
|
|
const JUMP = {
|
|
latlong: '{{latlong}}',
|
|
owmapikey: '{{owmapikey}}'
|
|
};
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<div class="content fixed hidden">
|
|
<div class="greeting">Good <span class="chosen"></span></div> |