-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ejs
74 lines (74 loc) · 2.19 KB
/
index.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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
<!-- Copyright (c) 2020 Gonzalo Müller Bravo. -->
<!DOCTYPE html>
<html>
<head>
<meta
name="format-detection"
content="telephone=no"
>
<meta
name="msapplication-tap-highlight"
content="no"
>
<meta
name="viewport"
content="initial-scale=1, width=device-width, viewport-fit=cover"
>
<meta
http-equiv="content-type"
content="text/html; charset=UTF-8"
>
<title>
Base code React Typescript
</title>
<link rel="icon" type="image/png" href="favicons/favicon-310.png" sizes="310x310" />
<link rel="icon" type="image/png" href="favicons/favicon-192.png" sizes="192x192" />
<link rel="icon" type="image/png" href="favicons/favicon-144.png" sizes="144x144" />
<link rel="icon" type="image/png" href="favicons/favicon-128.png" sizes="128x128" />
<link rel="icon" type="image/png" href="favicons/favicon-114.png" sizes="114x114" />
<link rel="icon" type="image/png" href="favicons/favicon-96.png" sizes="96x96" />
<link rel="icon" type="image/png" href="favicons/favicon-72.png" sizes="72x72" />
<link rel="icon" type="image/png" href="favicons/favicon-48.png" sizes="48x48" />
<link rel="icon" type="image/png" href="favicons/favicon-32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="favicons/favicon-16.png" sizes="16x16" />
<link
rel="stylesheet"
href="bulma.css"
/>
<link
rel="stylesheet"
href="variable.css"
/>
</head>
<body>
<div id="root">
</div>
<div style="position: absolute;right: 0;bottom: 0;font-size:small;text-align:right">
<div>
Build with :
</div>
<div>
<a
href="https://www.npmjs.com/package/react-reducer-provider"
>
react-reducer-provider
</a>
</div>
<div>
<a
href="https://www.npmjs.com/package/eslint-plugin-base-style-config"
>
eslint-plugin-base-style-config
</a>
</div>
<div>
<a href="https://www.npmjs.com/package/eslint-plugin-regex">
eslint-plugin-regex
</a>
</div>
<div>
among others. ;)
</div>
</div>
</body>
</html>