-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathindex.html
35 lines (35 loc) · 1.09 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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<link rel="shortcut icon" href="/favicon.png" />
<title>NaiveCaddy Installer</title>
<link rel="stylesheet" href="//cdn.bootcss.com/bootstrap/3.3.4/css/bootstrap.min.css">
<script src="//cdn.bootcss.com/jquery/3.5.1/jquery.min.js"></script>
<script src="//cdn.bootcss.com/bootstrap/3.3.4/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container" style="margin-top:3%;">
<div class="jumbotron">
<div class="panel panel-success">
<div class="panel-heading">
<div style="text-align:center">
<h2><b>NaiveCaddy Installer</b></h2>
</div>
</div>
</div>
<hr />
<div style="text-align:center">
<p><h3>Execute the following command on your server:</h3></p>
</div>
<div style="text-align:center">
<p><pre><code><h4>sudo bash <(curl -s https://naivecaddy.scripts.ctcgfw.eu.org/naivecaddy.sh)</h4></code></pre></p>
</div>
<hr />
<div style="text-align:center">
<b>Licensed under <a href="/LICENSE">GPL-3.0-only</a>.</b>
</div>
</div>
</div>
</body>
</html>