| 12345678910111213141516171819202122232425262728293031 |
- <!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="shortcut icon" href="<%= BASE_URL %>favicon.ico">
- <link rel="icon" href="<%= BASE_URL %>favicon.ico">
- <link rel="apple-touch-icon-precomposed" href="<%= BASE_URL %>icon_h_1500px.png">
- <meta property="og:title" content="日帰り旅行">
- <meta property="og:description" content="日帰り旅行 いつもの休日を楽しみに">
- <meta property="og:type" content="">
- <meta property="og:url" content="">
- <meta property="og:image" content="sharebg.png">
- <meta property="og:site_name" content="日帰り旅行">
- <meta property="og:locale" content="ja_JP">
- <meta name="twitter:card" content="sharebg.png">
- <meta name="twitter:site" content="日帰り旅行">
- <script src="https://static.line-scdn.net/liff/edge/2.1/sdk.js"></script>
- <script src="<%= BASE_URL %>vconsole.min.js"></script>
- <!-- <title><%= htmlWebpackPlugin.options.title %></title> -->
- <title>日帰り旅行</title>
- </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>
|