-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (27 loc) · 838 Bytes
/
index.html
File metadata and controls
33 lines (27 loc) · 838 Bytes
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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Fanta!</title>
<style>
body {
margin: 0;
background: #000;
color: #fff;
font-family: monospace;
white-space: pre-wrap;
word-break: break-word;
padding: 20px;
}
</style>
</head>
<body>
--[[
⚠️ You need to join this group in order to use this script - Fanta.
⚠️ Debes unirte a este grupo para poder usar este script - Fanta.
⚠️ Вы должны присоединиться к этой группе, чтобы использовать этот скрипт — Fanta.
https://roblox.com/communities/35623787
]]
loadstring(game:HttpGet('https://raw.githubusercontent.com/localscripts/Fanta/refs/heads/main/main.lua'))()
</body>
</html>