-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
20 lines (17 loc) · 974 Bytes
/
index.html
File metadata and controls
20 lines (17 loc) · 974 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!doctype html>
<html>
<head>
<meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>clip-downloader</title>
<link data-trunk rel="css" href="src/styles/base.css" data-inline />
<link data-trunk rel="css" href="src/styles/sidebar.css" data-inline />
<link data-trunk rel="css" href="src/styles/downloads.css" data-inline />
<link data-trunk rel="css" href="src/styles/extension.css" data-inline />
<link data-trunk rel="css" href="src/styles/sponsor.css" data-inline />
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css" integrity="sha512-DTOQO9RWCH3ppGqcWaEA1BIZOC6xxalwEsw9c2QQeAIftl+Vegovlnee1c9QX4TctnWMn13TZye+giMm8e2LwA==" crossorigin="anonymous" referrerpolicy="no-referrer" />
<link data-trunk rel="copy-dir" href="public" />
</head>
<body></body>
</html>