add meta tags
This commit is contained in:
parent
eed3cd8775
commit
2b8cad744e
1 changed files with 5 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue