add meta tags
This commit is contained in:
parent
9fd8e8f491
commit
12a00bd4a4
1 changed files with 5 additions and 3 deletions
|
@ -1,10 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>Gas Prices</title>
|
||||
<meta charset="UTF-8">
|
||||
<meta content="Gas Prices" property="og:title">
|
||||
<meta content='https://gas.stevenalexander.org/gas.svg' property='og:image'>
|
||||
<meta property="og:site_name" content="Gas">
|
||||
<meta property="og:title" content="Gas Prices">
|
||||
<meta property="og:description" content="Track the gas prices of Sam's Club and Costco locations across the United States">
|
||||
<title>Gas Prices</title>
|
||||
<meta name="description" content="Track the gas prices of Sam's Club and Costco locations across the United States">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1">
|
||||
<link rel="icon" type="image/x-icon" href="/gas.svg">
|
||||
<script src="https://stevenalexander.org/leaflet/leaflet.js" integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo=" crossorigin="anonymous"></script>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue