lesca-react-loading
Version:
simple loading component
39 lines (38 loc) • 1.7 kB
HTML
<html lang="zh-tw">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,user-scalable=0" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title><%= htmlWebpackPlugin.options.title %></title>
<meta property="og:description" content="<%= htmlWebpackPlugin.options.description %>" />
<meta property="og:title" content="<%= htmlWebpackPlugin.options.title %>" />
<meta property="og:image" content="<%= htmlWebpackPlugin.options.url %>img/meta-img.jpg" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="720" />
<meta property="og:url" content="<%= htmlWebpackPlugin.options.url %>" />
<meta property="og:type" content="website" />
<meta property="fb:app_id" content="171368189560011" />
<meta property="og:site_name" content="<%= htmlWebpackPlugin.options.title %>" />
<link
rel="apple-touch-icon"
href="<%= htmlWebpackPlugin.options.url %>img/apple-touch-icon.jpg"
/>
<link rel="image_src" href="<%= htmlWebpackPlugin.options.url %>img/meta-img.jpg" />
<link
href="<%= htmlWebpackPlugin.options.url %>img/favicon.ico"
rel="icon"
type="image/x-icon"
/>
<link
rel="stylesheet"
href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap"
/>
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons" />
<meta name="apple-mobile-web-app-capable" content="no" />
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent" />
</head>
<body>
<div id="app"></div>
</body>
</html>