-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (27 loc) · 1.58 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Doggie Dictionary</title>
<meta property="og:title" content="Doggie Dictionary">
<meta name="twitter:title" content="Doggie Dictionary">
<meta name="author" content="Tynan DeBold">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://www.tynandebold.com/doggie-dictionary/">
<meta property="og:url" content="https://www.tynandebold.com/doggie-dictionary/">
<link rel="shortcut icon" href="https://bestdogfoodforboxers.com/wp-content/uploads/2017/11/BestDogFoodForBoxer-Favicon.png">
<meta name="description" content="The Doggie Dictionary aims to satisfy the curiosities of dog lovers. Select your favorite breed to peruse photos or explore dogs you may be unfamiliar with.">
<meta property="og:description" content="The Doggie Dictionary aims to satisfy the curiosities of dog lovers. Select your favorite breed to peruse photos or explore dogs you may be unfamiliar with.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://dog.ceo/api/img/retriever-golden/n02099601_1249.jpg">
<link href="https://fonts.googleapis.com/css?family=Roboto:300,500" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Bowlby+One+SC" rel="stylesheet">
<link rel="stylesheet" href="./dist/style.min.css">
</head>
<body>
<div id="root"></div>
<script src="./dist/script.min.js" async></script>
</body>
</html>