Files
Jump/jumpapp/templates/header.mustache
2022-02-08 23:05:56 +00:00

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>