forked from hive-engine/hive-engine-dex
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.ejs
18 lines (18 loc) · 837 Bytes
/
index.ejs
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title><%- htmlWebpackPlugin.options.metadata.title %></title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<base href="<%- htmlWebpackPlugin.options.metadata.baseUrl %>">
<link href="https://fonts.googleapis.com/css?family=Nunito:400,400i|Roboto:400,400i&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/kenwheeler/[email protected]/slick/slick.css"/>
<!-- Slick CSS -->
<link rel="stylesheet" type="text/css" href="//cdn.jsdelivr.net/gh/kenwheeler/[email protected]/slick/slick-theme.css"/>
<!-- Slick Theme -->
<!-- imported CSS are concatenated and added automatically -->
</head>
<body aurelia-app="main">
<%= require('html-loader!./loader.ejs') %>
</body>
</html>