This repository was archived by the owner on Nov 8, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
29 lines (28 loc) · 1.37 KB
/
Copy pathindex.html
File metadata and controls
29 lines (28 loc) · 1.37 KB
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
<!DOCTYPE html>
<html>
<head>
<!-- GA Google Analytics - Global site tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-128245297-1"></script>
<script>window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-128245297-1'); </script>
<!-- /GA -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<title>FAcast</title>
<meta property="og:url" content="https://facast.net/" />
<meta property="og:title" content="FAcast" />
<meta property="og:type" content="website">
<meta property="og:description" content="フロントエンドと車の雑談Podcast" />
<meta property="og:image" content="https://facast.net/static/ogp.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@wilf_genya" />
<meta property="og:site_name" content="Facast" />
<meta property="og:locale" content="ja_JP" />
<meta property="fb:app_id" content="145574228891340">
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.0.0-beta/dist/css/bootstrap-reboot.min.css">
</head>
<body>
<div id="app"></div>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script>
<!-- built files will be auto injected -->
</body>
</html>