Skip to content

Commit 666652f

Browse files
committed
FEATURE: .srt editor
1 parent 5df8ee0 commit 666652f

40 files changed

+2116
-206
lines changed

dist/editor/index.html

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
<!DOCTYPE html>
2+
<html data-theme="light" lang="en">
3+
<head>
4+
<title>PupCaps! - Subtitles Editor</title>
5+
6+
<!-- Vendors -->
7+
<script src="../../node_modules/vue/dist/vue.global.prod.js"></script>
8+
9+
<link rel="stylesheet"
10+
href="../../node_modules/bulma/css/bulma.css" />
11+
<link rel="stylesheet"
12+
href="../../node_modules/@fortawesome/fontawesome-free/css/all.css" />
13+
14+
<script type="module" src="./index.js">
15+
</script>
16+
</head>
17+
<body id="app">
18+
<application></application>
19+
</body>
20+
</html>

0 commit comments

Comments
 (0)