-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (57 loc) · 2.7 KB
/
Copy pathindex.html
File metadata and controls
58 lines (57 loc) · 2.7 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!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="Verbatim is an open-source browser transcription workspace for live capture, file transcription, translation, AI assistant workflows, memory packs, diagnostics, and transcript export.">
<meta name="author" content="Ross Dmello">
<meta name="application-name" content="Verbatim">
<meta name="robots" content="index,follow">
<meta name="theme-color" content="#0f172a">
<meta property="og:type" content="website">
<meta property="og:title" content="Verbatim - Browser Transcription Workspace">
<meta property="og:description" content="Open-source static transcription workspace with live speech capture, file transcription, translation, assistant tools, provider diagnostics, and export workflows.">
<meta property="og:site_name" content="Verbatim">
<meta name="twitter:card" content="summary">
<meta name="twitter:title" content="Verbatim - Browser Transcription Workspace">
<meta name="twitter:description" content="Static browser transcription workspace for live capture, AI-powered transcription, translation, assistant workflows, and exports.">
<title>Verbatim - Browser Transcription Workspace</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="manifest" href="./site.webmanifest">
<link rel="stylesheet" href="./assets/css/00-fonts.css">
<link rel="stylesheet" href="./assets/css/10-core.css">
<link rel="stylesheet" href="./assets/css/20-assistant.css">
<link rel="stylesheet" href="./assets/css/30-workspace.css">
<link rel="stylesheet" href="./assets/css/40-overrides.css">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "SoftwareApplication",
"name": "Verbatim",
"applicationCategory": "ProductivityApplication",
"operatingSystem": "Web browser",
"description": "Open-source static browser workspace for transcription, translation, assistant workflows, diagnostics, and transcript export.",
"author": {
"@type": "Person",
"name": "Ross Dmello"
},
"license": "https://opensource.org/license/mit",
"codeRepository": "https://github.com/RossDmello2/Verba-Transcriber",
"isAccessibleForFree": true,
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
</head>
<body>
<div class="toast-container" id="toastContainer"></div>
<div class="page" id="page">
<div id="mainContent"></div>
</div>
<script type="module" src="./assets/js/main.js"></script>
</body>
</html>