forked from dflr10/pethome_fe
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
38 lines (35 loc) · 1.73 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
36
37
38
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.1/css/all.css"
integrity="sha384-50oBUHEmvpQ+1lW4y57PTFmhCaXp0ML5d60M1M7uH2+nqUivzIebhndOJK28anvf" crossorigin="anonymous">
<title>
PETHOME
</title>
<meta name="description"
content="Hello, welcome to PETHOME, keeping track of your foundation pets has never been easier and faster.">
<link rel="canonical" href="https://pethomemintic-fe.herokuapp.com/">
<link rel="apple-touch-icon"
href="https://raw.githubusercontent.com/dflr10/pethome_fe/master/src/assets/pethome64p.png">
<meta name="twitter:card" content="summary">
<meta property="og:type" content="website">
<meta property="og:title" name="twitter:title" content="PETHOME">
<meta property="og:description" name="twitter:description"
content="Hello, welcome to PETHOME, keeping track of your foundation pets has never been easier and faster.">
<meta property="og:image" name="twitter:image"
content="https://raw.githubusercontent.com/dflr10/pethome_fe/master/src/assets/pethome64p.png">
<meta property="og:url" name="twitter:url" content="https://pethomemintic-fe.herokuapp.com/">
</head>
<body>
<noscript>
<strong>We're sorry but <%= htmlWebpackPlugin.options.title %> doesn't work properly without JavaScript enabled.
Please enable it to continue.</strong>
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>