thumbnail list with brief
This commit is contained in:
parent
cdb11b2a48
commit
c4946f3318
BIN
static/chrome.png
Normal file
BIN
static/chrome.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 10 KiB |
BIN
static/firefox.png
Normal file
BIN
static/firefox.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 25 KiB |
BIN
static/forgejo.png
Normal file
BIN
static/forgejo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 2.7 KiB |
|
@ -1,12 +1,40 @@
|
|||
<!doctype html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<title>Bootstrap demo</title>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Hello, World!</h1>
|
||||
</body>
|
||||
</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="#">
|
||||
<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>
|
||||
|
|
BIN
static/nextcloud_icon_13.png
Normal file
BIN
static/nextcloud_icon_13.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 15 KiB |
BIN
static/nextcloud_icon_14.png
Normal file
BIN
static/nextcloud_icon_14.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3.1 KiB |
Loading…
Reference in a new issue