Skip to content

Commit 4b43164

Browse files
committed
adds frontend files
1 parent 89e04f8 commit 4b43164

File tree

52 files changed

+4642
-1
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+4642
-1
lines changed

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,6 @@ main
4545
results.json
4646
server
4747
test_word_conversion.go
48-
web
4948
debug_whisperx_parsing.go
5049
debug_parsing.go
5150
scriberr-optimized
275 KB
Loading
25.7 KB
Loading
50.3 KB
Loading

web/landing/api.html

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Scriberr API Reference</title>
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poiret+One&display=swap" rel="stylesheet">
10+
</head>
11+
<body>
12+
<div id="root"></div>
13+
<script type="module" src="/src/api.tsx"></script>
14+
</body>
15+
</html>

web/landing/changelog.html

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<title>Scriberr — Changelog</title>
7+
<link rel="preconnect" href="https://fonts.googleapis.com">
8+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poiret+One&display=swap" rel="stylesheet">
10+
</head>
11+
<body>
12+
<div id="root"></div>
13+
<script type="module" src="/src/changelog.tsx"></script>
14+
</body>
15+
16+
</html>
17+

web/landing/dist/CNAME

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
scriberr.app

web/landing/dist/api.html

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
<!doctype html>
2+
<html lang="en">
3+
<head>
4+
<meta charset="UTF-8" />
5+
<link rel="icon" type="image/png" sizes="32x32" href="/scriberr-thumb.png" />
6+
<link rel="icon" type="image/png" sizes="16x16" href="/scriberr-thumb.png" />
7+
<link rel="apple-touch-icon" sizes="180x180" href="/scriberr-thumb.png" />
8+
<link rel="shortcut icon" href="/scriberr-thumb.png" />
9+
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
10+
<title>Scriberr API Reference</title>
11+
<link rel="preconnect" href="https://fonts.googleapis.com">
12+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
13+
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Poiret+One&display=swap" rel="stylesheet">
14+
<script type="module" crossorigin src="/assets/api-DHYfZ7Ms.js"></script>
15+
<link rel="modulepreload" crossorigin href="/assets/styles-DGJLjUaE.js">
16+
<link rel="stylesheet" crossorigin href="/assets/styles-CsHvZ3hC.css">
17+
</head>
18+
<body>
19+
<div id="root"></div>
20+
</body>
21+
</html>

0 commit comments

Comments
 (0)