05b0b5d8
Yarik
first commit
|
1
2
|
<!DOCTYPE html>
<html lang="en">
|
05b0b5d8
Yarik
first commit
|
3
|
|
7117accf
Administrator
add empty bus stop
|
4
5
6
7
8
9
10
11
12
|
<head>
<meta charset="utf-8">
<meta http-equiv="x-ua-compatible" content="ie=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>
<%= htmlWebpackPlugin.options.title %>
</title>
<!--
|
d3423f8e
Yarik
Table change
|
13
|
<link rel="stylesheet" href="/app/pages/statements/ag-grid.css">
|
7117accf
Administrator
add empty bus stop
|
14
15
16
17
18
19
|
<link rel="stylesheet" href="/app/pages/statements/theme-bootstrap.css">-->
<meta name="description" content="<%= htmlWebpackPlugin.options.metadata.description %>">
<% if (webpackConfig.htmlElements.headTags) { %>
<!-- Configured Head Tags -->
<%= webpackConfig.htmlElements.headTags %>
<% } %>
|
05b0b5d8
Yarik
first commit
|
20
|
|
7117accf
Administrator
add empty bus stop
|
21
22
|
<!-- base url -->
<base href="<%= htmlWebpackPlugin.options.metadata.baseUrl %>">
|
05b0b5d8
Yarik
first commit
|
23
24
25
26
27
|
</head>
<body>
|
7117accf
Administrator
add empty bus stop
|
28
29
|
<app>
</app>
|
05b0b5d8
Yarik
first commit
|
30
|
|
7117accf
Administrator
add empty bus stop
|
31
32
33
|
<div id="preloader">
<div></div>
</div>
|
05b0b5d8
Yarik
first commit
|
34
|
|
7117accf
Administrator
add empty bus stop
|
35
36
37
38
|
<% if (htmlWebpackPlugin.options.metadata.isDevServer && htmlWebpackPlugin.options.metadata.HMR !== true) { %>
<!-- Webpack Dev Server reload -->
<script src="/webpack-dev-server.js"></script>
<% } %>
|
05b0b5d8
Yarik
first commit
|
39
|
|
7117accf
Administrator
add empty bus stop
|
40
|
<link href='https://fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900italic,900&subset=latin,greek,greek-ext,vietnamese,cyrillic-ext,latin-ext,cyrillic' rel='stylesheet' type='text/css'>
|
05b0b5d8
Yarik
first commit
|
41
|
</body>
|
7117accf
Administrator
add empty bus stop
|
42
43
|
</html>
|