-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
37 lines (35 loc) · 1.28 KB
/
Copy pathindex.html
File metadata and controls
37 lines (35 loc) · 1.28 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta
http-equiv="Content-Security-Policy"
content="
default-src 'self';
script-src 'self';
style-src 'self';
font-src 'self';
connect-src 'self';
img-src 'self';
object-src 'none';
base-uri 'none';
form-action 'none';
require-trusted-types-for 'script';
upgrade-insecure-requests;
">
<title>GetKrait</title>
</head>
<body>
<h1>Get Krait</h1>
<p>https://getkrait.pages.dev is the official endpoint for the Krait Programming Langauge Installer scripts.<br>
Do not download Krait from anywhere else. Either Download by pasting the commands in your Terminal or download the binaries from the official <a href="https://github.com/KraitDev/Krait">Krait Github repo</a> releases or download from the official krait website <a herf="https://kraitlang.pages.dev">https://kraitlang.pages.dev</a>.<br><br>
You may download the installation script if you want or you can check the source in the official Github repo</p>
<h2>Download</h2>
<p>
<a href="/install.sh">Download install.sh</a>
<a href="/install.ps1">Download install.ps1</a>
<a href="/install.bat">Download install.bat</a>
</p>
</body>
</html>