-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
34 lines (25 loc) · 1.01 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="cache-control" content="max-age=0" />
<meta http-equiv="cache-control" content="no-cache" />
<meta http-equiv="expires" content="0" />
<meta http-equiv="expires" content="Tue, 01 Jan 1980 1:00:00 GMT" />
<meta http-equiv="pragma" content="no-cache" />
<title>Project Title</title>
<!-- Grommet css -->
<link rel="stylesheet" href="css/grommet/grommet.min.css">
<!--<link rel="stylesheet" href="css/grommet/grommet-aruba.min.css">-->
<!--<link rel="stylesheet" href="css/grommet/grommet-hpe.min.css">-->
<!--<link rel="stylesheet" href="css/grommet/grommet-hpinc.min.css">-->
<!-- Inductors custom CSS -->
<link rel="stylesheet" href="css/screen.css">
</head>
<body class="">
<div id="inductorsApp" class=""></div>
<!-- Inductors script -->
<script type="text/javascript" src="scripts/bundle.js"></script>
</body>
</html>