-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (34 loc) · 1.39 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
<!DOCTYPE html>
<html lang="pl-PL" dir="ltr">
<head>
<meta http-equiv="content-type" content="text/html">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="keywords" content="Roblox, blocks, roblox scratch">
<meta name="description" content="Easy programming for Roblox Studio">
<meta name="author" content="piw-piw">
<title>RoBlocks</title>
<link rel="icon" type="image/png" href="icon.png">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="animations.css">
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1761177046593991"
crossorigin="anonymous"></script>
</head>
<body>
<img src="logo2.png" id="logo" width="55%">
<br>
<span>RoBlocks is an idea for easy programming in <a href="https://www.roblox.com/create" target="_blank">Roblox Studio</a>.</span>
<br>Is also intended to help you learn Lua syntax.
<br>For now, any language (only drafts in PL/EN).
<br>
<img src="screenshot1.png" width="70%">
<br>
Go to <a href="editor.html">editor</a>.
<hr>
<!--<span class="footer">Go to <a href="editor.html">editor</a>.</span>-->
<details>
<summary>cooperate</summary>
<a href="https://github.com/Ro-Blocks/beta-test/discussions/new?category=collaborate">GitHub</a>
</details>
</body>
</html>