Skip to content

Commit

Permalink
FEATURE: .srt editor
Browse files Browse the repository at this point in the history
  • Loading branch information
hosuaby committed Dec 17, 2024
1 parent 5df8ee0 commit 666652f
Show file tree
Hide file tree
Showing 40 changed files with 2,116 additions and 206 deletions.
20 changes: 20 additions & 0 deletions dist/editor/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!DOCTYPE html>
<html data-theme="light" lang="en">
<head>
<title>PupCaps! - Subtitles Editor</title>

<!-- Vendors -->
<script src="../../node_modules/vue/dist/vue.global.prod.js"></script>

<link rel="stylesheet"
href="../../node_modules/bulma/css/bulma.css" />
<link rel="stylesheet"
href="../../node_modules/@fortawesome/fontawesome-free/css/all.css" />

<script type="module" src="./index.js">
</script>
</head>
<body id="app">
<application></application>
</body>
</html>
Loading

0 comments on commit 666652f

Please sign in to comment.