Update utils/consts.ts
Browse files- utils/consts.ts +3 -3
utils/consts.ts
CHANGED
@@ -21,10 +21,10 @@ export const defaultHTML = `<!DOCTYPE html>
|
|
21 |
width: 100px;
|
22 |
transform: rotate(30deg);
|
23 |
}
|
24 |
-
|
25 |
font-size: 50px;
|
26 |
}
|
27 |
-
|
28 |
color: #acacac;
|
29 |
font-size: 32px;
|
30 |
}
|
@@ -35,7 +35,7 @@ export const defaultHTML = `<!DOCTYPE html>
|
|
35 |
<span>Я готов к работе</span><br />
|
36 |
Что мне нужно сделать?
|
37 |
</h2>
|
38 |
-
<img src="https://
|
39 |
<script></script>
|
40 |
</body>
|
41 |
</html>
|
|
|
21 |
width: 100px;
|
22 |
transform: rotate(30deg);
|
23 |
}
|
24 |
+
h2 {
|
25 |
font-size: 50px;
|
26 |
}
|
27 |
+
h2 span {
|
28 |
color: #acacac;
|
29 |
font-size: 32px;
|
30 |
}
|
|
|
35 |
<span>Я готов к работе</span><br />
|
36 |
Что мне нужно сделать?
|
37 |
</h2>
|
38 |
+
<img src="https://greff3-deepsite.hf.space/arrow.svg" class="arrow" />
|
39 |
<script></script>
|
40 |
</body>
|
41 |
</html>
|