pupcaps
Version:
PupCaps! : A script to add stylish captions to your videos.
20 lines (17 loc) • 528 B
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>