Spaces:
Sleeping
Sleeping
modified link to css and endpoints
Browse files- static/index.html +7 -7
static/index.html
CHANGED
@@ -3,9 +3,9 @@
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
-
<title>
|
7 |
-
<link rel="stylesheet" href="
|
8 |
-
<script src="
|
9 |
</head>
|
10 |
<body>
|
11 |
<h1>BrainRotTok</h1>
|
@@ -25,7 +25,7 @@
|
|
25 |
<form
|
26 |
id="basic-form"
|
27 |
class="hidden form-container"
|
28 |
-
action="/basic"
|
29 |
method="post"
|
30 |
enctype="multipart/form-data"
|
31 |
>
|
@@ -48,7 +48,7 @@
|
|
48 |
<form
|
49 |
id="subway-form"
|
50 |
class="hidden"
|
51 |
-
action="/subway"
|
52 |
method="post"
|
53 |
enctype="multipart/form-data"
|
54 |
>
|
@@ -73,7 +73,7 @@
|
|
73 |
<form
|
74 |
id="minecraft-form"
|
75 |
class="hidden"
|
76 |
-
action="/minecraft"
|
77 |
method="post"
|
78 |
enctype="multipart/form-data"
|
79 |
>
|
@@ -98,7 +98,7 @@
|
|
98 |
<form
|
99 |
id="video-cutter-form"
|
100 |
class="hidden"
|
101 |
-
action="/
|
102 |
method="post"
|
103 |
enctype="multipart/form-data"
|
104 |
>
|
|
|
3 |
<head>
|
4 |
<meta charset="UTF-8" />
|
5 |
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
+
<title>BrainRotTok</title>
|
7 |
+
<link rel="stylesheet" href="/static/styles.css" />
|
8 |
+
<script src="/static/scripts.js" defer></script>
|
9 |
</head>
|
10 |
<body>
|
11 |
<h1>BrainRotTok</h1>
|
|
|
25 |
<form
|
26 |
id="basic-form"
|
27 |
class="hidden form-container"
|
28 |
+
action="/generate-subtitles/basic"
|
29 |
method="post"
|
30 |
enctype="multipart/form-data"
|
31 |
>
|
|
|
48 |
<form
|
49 |
id="subway-form"
|
50 |
class="hidden"
|
51 |
+
action="/generate-subtitles/subway"
|
52 |
method="post"
|
53 |
enctype="multipart/form-data"
|
54 |
>
|
|
|
73 |
<form
|
74 |
id="minecraft-form"
|
75 |
class="hidden"
|
76 |
+
action="/generate-subtitles/minecraft"
|
77 |
method="post"
|
78 |
enctype="multipart/form-data"
|
79 |
>
|
|
|
98 |
<form
|
99 |
id="video-cutter-form"
|
100 |
class="hidden"
|
101 |
+
action="/video-editor/cut"
|
102 |
method="post"
|
103 |
enctype="multipart/form-data"
|
104 |
>
|