-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
30 lines (23 loc) · 934 Bytes
/
index.html
File metadata and controls
30 lines (23 loc) · 934 Bytes
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
<!DOCTYPE html>
<html>
<head>
<link rel="stylesheet" href="./css/jquery.flipster.min.css">
<link rel="stylesheet" href="./css/materialize.min.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto">
<link rel="stylesheet" href="https://fonts.googleapis.com/icon?family=Material+Icons">
<link href="https://fonts.googleapis.com/css?family=Inconsolata" rel="stylesheet">
<!--Import your style sheets here-->
<link rel="stylesheet" href="./css/styles.css">
<meta charset="UTF-8">
<title>Electralize</title>
</head>
<body>
</body>
<script>
window.$ = window.jQuery = require('./js/libs/jquery.min.js');
</script>
<script src="./js/libs/hammer.min.js" onload="window.Hammer = module.exports;"></script>
<script src="./js/libs/materialize.min.js"></script>
<!--Import your js scripts here -->
<script src="./js/app.js"></script>
</html>