add audio transcription module

This commit is contained in:
makaveli10
2023-05-26 03:10:55 +08:00
parent 9a43ba607a
commit 9c2a4259d0
25 changed files with 1540 additions and 0 deletions
+23
View File
@@ -0,0 +1,23 @@
.header {
display: flex;
align-items: center;
padding-bottom: 15px;
border-bottom: 2px solid darkred;
}
h1 {
font-size: 36px;
}
img {
height: 64px;
margin: 0 20px 0 0;
}
h2 {
font-size: 26px;
}
.inner {
text-align: center;
}