add meta tags

This commit is contained in:
steven 2025-04-04 00:13:38 -04:00
parent eed3cd8775
commit 2b8cad744e

View file

@ -1,10 +1,12 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>TARC Routes</title>
<meta charset="UTF-8">
<meta content="TARC Routes" property="og:title">
<meta content='https://tarc.stevenalexander.org/bus.svg' property='og:image'>
<meta property="og:site_name" content="TARC">
<meta property="og:title" content="TARC Routes">
<meta property="og:description" content="Watch the live locations of TARC vehicles and stops around Louisville">
<title>TARC Routes</title>
<meta name="description" content="Watch the live locations of TARC vehicles and stops around Louisville">
<meta name="viewport" content="width=device-width,initial-scale=1">
<link rel="icon" type="image/x-icon" href="/bus.svg">
<script src="https://stevenalexander.org/leaflet/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin=""></script>