-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
20 lines (14 loc) · 835 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html class="text-brand-text dark:text-brand-dark-text bg-brand-bg-footer dark:bg-brand-dark-bg-footer mb-14">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1">
<title>Readlogs</title>
<meta name="description" content="An unofficial web app for viewing Signal debug logs without manually downloading or unarchiving them.">
<link rel="stylesheet" href="/tailwind.css" />
<link data-trunk rel="copy-file" href="node_modules/inter-ui/Inter (web)/Inter.var.woff2" />
<link data-trunk rel="rust" href="readlogs/Cargo.toml" data-wasm-opt="4" />
<link data-trunk rel="css" href="node_modules/@fortawesome/fontawesome-free/css/all.min.css" />
<link data-trunk rel="copy-dir" href="node_modules/@fortawesome/fontawesome-free/webfonts" />
</head>
</html>