forked from bombastictranz/Coinbase-Exchange
-
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (18 loc) · 754 Bytes
/
index.html
File metadata and controls
22 lines (18 loc) · 754 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!doctype html>
<html lang="en-GB">
<head>
<meta charset="utf-8">
<base href="/">
<title>Ignite UI for Web Components</title>
<link rel="stylesheet" href="./styles.css">
<link href='https://fonts.googleapis.com/icon?family=Material+Icons' rel='stylesheet'>
<link rel='stylesheet' href='./node_modules/igniteui-webcomponents/themes/light/fluent.css'>
<link rel='stylesheet' href='node_modules/igniteui-webcomponents-grids/grids/themes/light/fluent.css'>
<link href='https://fonts.googleapis.com/css?family=Lato:wght@300;400;600;700' rel='stylesheet'>
<link rel='stylesheet' href='./ig-theme.css'>
</head>
<body class="ig-scrollbar">
<app-root></app-root>
<script type="module" src="./dist/src/index.js"></script>
</body>
</html>