41 lines
1.3 KiB
HTML
41 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="stylesheet" href="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.css">
|
|
<script src="https://code.jquery.com/jquery-1.11.3.min.js"></script>
|
|
<script src="https://code.jquery.com/mobile/1.4.5/jquery.mobile-1.4.5.min.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div data-role="page" id="pageone">
|
|
<div data-role="main" class="ui-content">
|
|
<h2>Selfhosted Services</h2>
|
|
<ul data-role="listview" data-inset="true">
|
|
<li>
|
|
<a href="https://cloud.sondell.org">
|
|
<img src="nextcloud_icon_14.png">
|
|
<h2>Nextcloud</h2>
|
|
<p>Nextcloud is a file share and communication platform. Access & sync your files,
|
|
contacts, calendars & communicate and collaborate across your devices. You decide what happens with your
|
|
data, where it is and who can access...
|
|
</p>
|
|
</a>
|
|
</li>
|
|
<li>
|
|
<a href="https://git.sondell.org">
|
|
<img src="forgejo.png">
|
|
<h2>Forgejo</h2>
|
|
<p>Forgejo is a self-hosted Git forge that can help you easily manage software projects.</p>
|
|
</a>
|
|
</li>
|
|
</ul>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|