forked from Milos5611/eventio
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ejs
17 lines (17 loc) · 889 Bytes
/
index.ejs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="/">
<!-- Latest compiled and minified CSS -->
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css" integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7" crossorigin="anonymous">
<title><%= htmlWebpackPlugin.options.pkg.description %></title>
<link href="/<%= htmlWebpackPlugin.files.css %>" type="text/css" rel="stylesheet">
</head>
<body>
<div id="app" class="container-fluid"></div>
<script type="text/javascript" src="/configuration.js" charset="utf-8"></script>
<script type="text/javascript" src="/<%= htmlWebpackPlugin.files.js %>" charset="utf-8"></script>
</body>
</html>