-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
42 lines (41 loc) · 1.84 KB
/
index.html
File metadata and controls
42 lines (41 loc) · 1.84 KB
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
<!DOCTYPE HTML>
<html>
<head>
<title>Neoblox</title>
<link rel="icon" type="image/x-icon" href="https://github.com/NeobloxExecutor/neoblox/raw/master/icon-stuff/Neoblox%20Icon.ico">
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="A level 7 keyless Lua executor for Roblox. Free, forever!" />
<meta name="keywords" content="roblox, executor, neoblox" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/skel.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-wide.css" />
<link rel="stylesheet" href="css/style-noscript.css" />
</noscript>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="loading">
<div id="wrapper">
<div id="bg"></div>
<div id="overlay"></div>
<div id="main">
<!-- Header -->
<header id="header">
<h1><img src="https://github.com/NeobloxExecutor/neoblox/raw/master/icon-stuff/Neoblox%20Logo%20(Social).png"></h1>
<p> • A level 7 keyless Lua executor for Roblox. Free, forever! • </p>
<nav>
<ul>
<li><a href="https://github.com/NeobloxExecutor/neoblox" class="icon fa-github"><span class="label">Github</span></a></li>
<li><a href="https://github.com/NeobloxExecutor/neoblox/releases/download/v6.1/Neoblox_Bootstrapper.zip" class="icon fa-cloud-download"></a></li>
</ul>
</nav>
</header>
</div>
</div>
</body>
</html>