Add little stubby site for desu.local
This commit is contained in:
39
desu.local/frontend/src/index.php
Normal file
39
desu.local/frontend/src/index.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-meta.php';?>
|
||||
<link href="/styles/buttons.css" type="text/css" rel="stylesheet" />
|
||||
<title>desu.local</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-header.php';?>
|
||||
<div class="content">
|
||||
<div class="iconbuttoncontainer">
|
||||
<a href="http://jellyfin.desu.local" class="iconbutton">
|
||||
<i class="fa fa-film"></i>
|
||||
<h1>Jellyfin</h1>
|
||||
<p>Media server, the thing the Roku uses</p>
|
||||
</a>
|
||||
<a href="http://sonarr.desu.local" class="iconbutton">
|
||||
<i class="fa fa-feed"></i>
|
||||
<h1>Sonarr</h1>
|
||||
<p>Media library downloader and organizer</p>
|
||||
</a>
|
||||
<a href="http://transmission.desu.local" class="iconbutton">
|
||||
<i class="fa fa-arrow-circle-down"></i>
|
||||
<h1>Transmission</h1>
|
||||
<p>Torrent client</p>
|
||||
</a>
|
||||
</div>
|
||||
<div class="break"></div>
|
||||
<div class="iconbuttoncontainer">
|
||||
<a href="http://grafana.desu.local" class="iconbutton">
|
||||
<i class="fa fa-line-chart"></i>
|
||||
<h1>Grafana</h1>
|
||||
<p>Monitoring and graphing solution</p>
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
<?php include $_SERVER['DOCUMENT_ROOT'].'/src/common-footer.php';?>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user