-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
71 lines (59 loc) · 2.37 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<title>Script Builder | Domnio</title>
<meta name="description" content="Create your NodeJS script with an online block-based online IDE!">
<meta name="keywords" content="Domnio, Script Builder, Script, NodeJS scratch, scratch, nodejs, blocks, JavaScript">
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://scriptbuild.domnio.tk/">
<meta property="og:title" content="Domnio Script Builder">
<meta property="og:description" content="Create your NodeJS script with an online block-based online IDE!">
<meta property="og:image" content="”./src/assets/logo.png”">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<link rel="icon" href="./src/assets/logo.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://scriptbuild.domnio.tk/">
<meta property="twitter:title" content="Domnio Script Builder">
<meta property="twitter:description" content="Create your NodeJS script with an online block-based online IDE!">
<meta property="twitter:image" content="”./src/assets/logo.png”">
</head>
<body>
<noscript>
<strong> We're sorry but Domnio Script Builder doesn't work properly without JavaScript enabled. Please enable it to
continue.</strong> <br> <br>
<strong>Ci dispiace, ma il servizio Domnio Script Builder non può funzionare senza javascript abilitato.
</strong> <br> <br> <br>
<p>Problems? Join our Discord server or contact us via email</p>
<br>
<p>Email: domnio@aiaiai</p> <br>
<a href="https://dsc.gg/domnio" target="_blank"><button>Join our discord server</button></a>
</noscript>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>
<!--
Oh, ma ciao!
Utilizza il codice "" per ottenere 20 Domnio coins!
NON DIRLO A NESSUNO!
-->
<style>
@font-face {
font-family: "Nunito";
src: url(./fonts/Nunito.ttf);
}
@font-face {
font-family: "Ubuntu";
src: url(./fonts/Ubuntu.ttf);
}
strong {
font-family: "Nunito", "Ubuntu", sans-serif;
}
p {
font-family: "Nunito", "Ubuntu", sans-serif;
}
</style>