Greff3 commited on
Commit
0c3d1d5
·
verified ·
1 Parent(s): 1969d66

Update utils/consts.ts

Browse files
Files changed (1) hide show
  1. 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
- h1 {
25
  font-size: 50px;
26
  }
27
- h1 span {
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://enzostvs-deepsite.hf.space/arrow.svg" class="arrow" />
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>