Skip to content

Instantly share code, notes, and snippets.

@ZephrFish
Last active December 30, 2017 23:42
Show Gist options
  • Save ZephrFish/6e998b7244e83f6ec63bbb65326bd670 to your computer and use it in GitHub Desktop.
Save ZephrFish/6e998b7244e83f6ec63bbb65326bd670 to your computer and use it in GitHub Desktop.
<html>
<head>
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="css/custom.css">
<link rel="stylesheet" href="http://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/js/bootstrap.min.js"></script>
<title>Application Loader ZSEC-Net</title>
<style>
.ad-left {
float: left;
}
.ad-right {
float: right;
margin-left: 10px;
}
</style>
</head>
<body>
<h1> Load Applications on Server</h1>
<div class="ad-left">
<div class="btn-group btn-group-vertical">
<a href="http://media.zlocal:9117/" target="_blank"><button type="button" class="btn btn-info">Jackett(Indexers)</button></a> Load Jackett interface to view indexers
</br></br><a href="http://media.zlocal:9091" target="_blank" ><button type="button" class="btn btn-warning">Transmission</button></a> Load Transmission & view status of downloads
</br></br><a href="https://media.zlocal:32400" target="_blank"><button type="button" class="btn btn-success">Plex</button></a> Load Plex to View Media
</br></br><a href="http://media.zlocal:8989" target="_blank"><button type="button" class="btn btn-primary">Sonarr(TV)</button></a> Load Sonarr to Download TV Shows
</br></br><a href="http://media.zlocal:7878" target="_blank"><button type="button" class="btn btn-danger">Radarr(Movies)</button></a>Load Radarr to Download Movies
</br></br><a href="https://media.zlocal:9090" target="_blank"><button type="button" class="btn btn-default">Server Console</button></a> Load Server Console
</div>
<div class="ad-right">
<iframe src="https://media.zlocal:9090" frameborder="0" scrolling="no" height="800" width="600" align="right"/>
</div>
<div class="clear"></div>
</div>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment