-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
22 lines (22 loc) · 936 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>DDE|Home</title>
<link rel="icon" href="./favicon.ico"/>
<link href="https://fonts.googleapis.com/css?family=Black+Ops+One|Monoton|Press+Start+2P&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap" rel="stylesheet">
<link rel="stylesheet" href="src/styles/main.scss"/>
</head>
<body>
<app-wrapper>
<bread-crumb slot="bread-crumb" isHidden="true"></bread-crumb>
<landing-banner slot="app-component" ></landing-banner>
<stream-length-form slot="app-component" ></stream-length-form>
<stream-bit-form slot="app-component" ></stream-bit-form>
<encoder-screen slot="app-component" ></encoder-screen>
</app-wrapper>
<script type="text/javascript" src="src/ts/index.ts"></script>
</body>
</html>