-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (22 loc) · 828 Bytes
/
index.html
File metadata and controls
22 lines (22 loc) · 828 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>
<head>
<link rel="preconnect" href="https://fonts.gstatic.com">
<link href="https://fonts.googleapis.com/css2?family=Concert+One&family=Open+Sans&display=swap" rel="stylesheet">
<body>
<div class="content">
<div class="col"></div>
<div class="col-2 notes">
<div class="notes_header">Quick Notes</div>
<div class="notes_words-container"></div>
<div class="notes_helper-text-container">
<span>Please speak to note...</span>
</div>
<div class="download-icon-container">
<img class="download-icon-container_icon" id="download-icon" src="<%=require('./assets/images/down-arrow.svg').default%>" width="25">
</div>
</div>
<div class="col"></div>
</div>
</body>
</html>