Where-in-the-World-is-Ben/resources/views/partials/head.blade.php

26 lines
1.3 KiB
PHP

<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="robots" content="noindex,nofollow">
<meta name="theme-color" content="#FFFFF0">
<meta name="description" content="The BenTracker 5000">
<meta name="twitter:dnt" content="on">
<title itemprop="name">Tracking | Ben Goldsworthy</title>
<link rel="license" href="https://creative-commons.org/publicdomain/zero/1.0/">
<link rel="me" href="mailto:track@bengoldsworthy.net">
<link rel="icon" sizes="32x32" href="/images/favicon.png">
<link rel="stylesheet" href="https://unpkg.com/leaflet@1.8.0/dist/leaflet.css"
integrity="sha512-hoalWLoI8r4UszCkZ5kL8vayOGVae1oxXe/2A4AO6J9+580uKHDO3JdHb7NzwwzK5xr/Fs0W40kiNHxM9vyTtQ=="
crossorigin=""/>
<script src="https://unpkg.com/leaflet@1.8.0/dist/leaflet.js"
integrity="sha512-BB3hKbKWOc9Ez/TAwyWxNXeoV9c1v6FIeYiBieIWkpLjauysF18NzgR1MBNBXf8/KABdlkX68nAhlwcDFLGPCQ=="
crossorigin=""></script>
<script src='https://api.mapbox.com/mapbox.js/plugins/leaflet-fullscreen/v1.0.1/Leaflet.fullscreen.min.js'></script>
<link href='https://api.mapbox.com/mapbox.js/plugins/leaflet-fullscreen/v1.0.1/leaflet.fullscreen.css' rel='stylesheet' />
@vite(['resources/css/app.css', 'resources/js/app.js'])
</head>