forked from 1-Platform/op-components
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
31 lines (26 loc) · 822 Bytes
/
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
<meta name="Description" content="Put your description here.">
<base href="/">
<title>opc-lib</title>
<!-- fonts and icon import -->
<link href="https://fonts.googleapis.com/css?family=Red+Hat+Display:400,500,700|Red+Hat+Text:400,500,700&display=swap" rel="stylesheet">
<!-- <link href="https://unpkg.com/ionicons@4.5.10-0/dist/css/ionicons.min.css" rel="stylesheet"> -->
<style>
html,
body {
margin: 0;
padding: 0;
font-family: 'Red Hat Text', sans-serif;
background-color: #ededed;
}
</style>
</head>
<body>
<opc-lib></opc-lib>
<script type="module" src="./src/opc-lib.js"></script>
</body>
</html>