-
Notifications
You must be signed in to change notification settings - Fork 28
/
index.html.ejs
52 lines (52 loc) · 3.3 KB
/
index.html.ejs
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title><%= htmlWebpackPlugin.options.title %></title>
<link rel="canonical" href="<%= htmlWebpackPlugin.options.url %>" />
<link rel="manifest" href="<%= htmlWebpackPlugin.options.pwaManifestJson %>" />
<link rel="icon" type="image/svg+xml" href="<%= htmlWebpackPlugin.options.faviconSvg %>" />
<link rel="alternate icon" href="<%= htmlWebpackPlugin.options.faviconIco %>" />
<meta name="title" content="<%= htmlWebpackPlugin.options.title %>" data-rh="true" />
<meta name="description" content="<%= htmlWebpackPlugin.options.description %>" data-rh="true" />
<meta http-equiv="last-modified" content="<%= htmlWebpackPlugin.options.commitTime %>" />
<meta property="og:locale" content="en" data-rh="true" />
<meta property="og:locale:alternate" content="en" />
<meta property="og:locale:alternate" content="fr" />
<meta property="og:locale:alternate" content="de" />
<meta property="og:locale:alternate" content="zh-Hans" />
<meta property="og:locale:alternate" content="zh-Hant" />
<meta property="og:locale:alternate" content="ru" />
<meta property="og:locale:alternate" content="pl" />
<meta property="og:locale:alternate" content="es" />
<meta property="og:locale:alternate" content="it" />
<meta property="og:locale:alternate" content="cs" />
<meta property="og:locale:alternate" content="pt-BR" />
<meta property="og:locale:alternate" content="ja" />
<meta property="og:locale:alternate" content="uk" />
<meta property="og:title" content="<%= htmlWebpackPlugin.options.title %>" data-rh="true" />
<meta property="og:description" content="<%= htmlWebpackPlugin.options.description %>" data-rh="true" />
<meta property="og:type" content="website" />
<meta property="og:url" content="<%= htmlWebpackPlugin.options.url %>" />
<meta property="og:image" content="<%= htmlWebpackPlugin.options.ogImage %>" />
<meta property="og:image:alt" content="ArcoMage HD's screenshot and logo" />
<meta property="og:site_name" content="<%= htmlWebpackPlugin.options.title %>" />
<meta property="article:published_time" content="2021-04-01T18:59:44+00:00" />
<meta property="article:modified_time" content="<%= htmlWebpackPlugin.options.commitTime2 %>" />
<meta property="article:author" content="https://tomchen.org/" />
<meta property="article:section" content="Game" />
<meta property="article:tag" content="Arcomage, Card, Game, Might and Magic, 3DO, NWC, RPG, Minigame, Clone, HD, Remake, Remaster, React, WebRTC" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="<%= htmlWebpackPlugin.options.title %>" data-rh="true" />
<meta name="twitter:description" content="<%= htmlWebpackPlugin.options.description %>" data-rh="true" />
<meta name="twitter:url" content="<%= htmlWebpackPlugin.options.url %>" />
<meta name="twitter:image" content="<%= htmlWebpackPlugin.options.ogImage %>" />
<meta name="twitter:creator" content="@tomchenorg" />
<meta name="twitter:site" content="@tomchenorg" />
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
</body>
</html>