add: index.html

This commit is contained in:
ZotanWolf 2018-01-31 08:39:15 +01:00
parent 2b3da2fe8e
commit 46c50f629a

26
index.html Normal file
View file

@ -0,0 +1,26 @@
<html>
<head>
<script src="/cdn-cgi/apps/head/M-pPNQjpHdqwi-mK3AeOfD8VBuY.js"></script><link rel="stylesheet" href="https://bootswatch.com/3/paper/bootstrap.min.css">
<link href="https://maxcdn.bootstrapcdn.com/font-awesome/latest/css/font-awesome.min.css" rel="stylesheet">
<!-- jQuery -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<!-- Latest compiled and minified JavaScript -->
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<title>Zotan</title>
</head>
<body>
<div class="container">
<h1>solus.sh community repo</h1>
<h5>You have reached a placeholder site of <code>solus.sh</code>, a project of mine. I'm hosting a community repo for all the packages that won't get accepted by solus-project.com.
<br>
You can add the repo by typing the following:
<code>$ sudo eopkg ar https://repo.solus.sh/eopkg-index.xml.gz</code></h5>
<br>
To list available packages, execute
<br>
<code>$ eopkg la solus.sh</code>
</div>
<script data-cfasync="false" src="/cdn-cgi/scripts/d07b1474/cloudflare-static/email-decode.min.js"></script></body>
</html>