fix default html
Browse files- src/utils/consts.ts +1 -1
src/utils/consts.ts
CHANGED
@@ -41,7 +41,7 @@ export const defaultHTML = `<!DOCTYPE html>
|
|
41 |
<span>I'm ready to work,</span><br />
|
42 |
Ask me anything.
|
43 |
</h1>
|
44 |
-
<img src="https://enzostvs-
|
45 |
<script></script>
|
46 |
</body>
|
47 |
</html>
|
|
|
41 |
<span>I'm ready to work,</span><br />
|
42 |
Ask me anything.
|
43 |
</h1>
|
44 |
+
<img src="https://enzostvs-deepsite.static.hf.space/arrow.svg" class="arrow" />
|
45 |
<script></script>
|
46 |
</body>
|
47 |
</html>
|