mirror of
https://github.com/arnaucube/tools-containers.git
synced 2026-02-07 03:36:43 +01:00
added gitea and draw.io
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
<!-- Required meta tags -->
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
|
||||
<link rel="icon" type="image/png" href="img/launcher.png">
|
||||
<!-- Bootstrap CSS -->
|
||||
<link rel="stylesheet" href="node_modules/bootstrap/dist/css/bootstrap.min.css" integrity="sha384-WskhaSGFgHYWDcbwN70/dfYBj47jz9qbsMId/iRN3ewGhXQFZCSftd1LZCfmhktB" crossorigin="anonymous">
|
||||
|
||||
@@ -15,7 +15,10 @@
|
||||
|
||||
<body>
|
||||
<nav class="navbar navbar-light c_indigoG500to300">
|
||||
<a class="navbar-brand" href="#">tools-containers - Launcher</a>
|
||||
<a class="navbar-brand" href="/">
|
||||
<img src="img/launcher.png" width="30" height="30" alt="">
|
||||
tools-containers - Launcher
|
||||
</a>
|
||||
</nav>
|
||||
<br><br>
|
||||
<div class="container">
|
||||
@@ -25,30 +28,40 @@
|
||||
<hr>
|
||||
<div class="row">
|
||||
<div class="col-sm-2">
|
||||
<a href="http://127.0.0.1:4002" target="_blank" class="btn btn-outline-info" data-toggle="tooltip" data-placement="bottom" title="etherpad">
|
||||
<a href="http://127.0.0.1:4002" target="_blank" class="btn c_o_indigo300" data-toggle="tooltip" data-placement="bottom" title="etherpad">
|
||||
<img src="img/etherpad.png" style="max-width:100px;" alt="etherpad" title="etherpad">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<a href="http://127.0.0.1:4001" target="_blank" class="btn btn-outline-info" data-toggle="tooltip" data-placement="bottom" title="kanboard">
|
||||
<a href="http://127.0.0.1:4001" target="_blank" class="btn c_o_indigo300" data-toggle="tooltip" data-placement="bottom" title="kanboard">
|
||||
<img src="img/kanboard.png" style="max-width:100px;" alt="kanboard" title="kanboard">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<a href="http://127.0.0.1:4000" target="_blank" class="btn btn-outline-info" data-toggle="tooltip" data-placement="bottom" title="gogs">
|
||||
<a href="http://127.0.0.1:4000" target="_blank" class="btn c_o_indigo300" data-toggle="tooltip" data-placement="bottom" title="gogs">
|
||||
<img src="img/gogs.png" style="max-width:100px;" alt="gogs" title="gogs">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<a href="http://127.0.0.1:4000" target="_blank" class="btn btn-outline-info" data-toggle="tooltip" data-placement="bottom" title="nextcloud">
|
||||
<a href="http://127.0.0.1:4005" target="_blank" class="btn c_o_indigo300" data-toggle="tooltip" data-placement="bottom" title="gitea">
|
||||
<img src="img/gitea.png" style="max-width:100px;" alt="gitea" title="gitea">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<a href="http://127.0.0.1:4000" target="_blank" class="btn c_o_indigo300" data-toggle="tooltip" data-placement="bottom" title="nextcloud">
|
||||
<img src="img/nextcloud.png" style="max-width:100px;" alt="nextcloud" title="nextcloud">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<a href="http://127.0.0.1:4003" target="_blank" class="btn btn-outline-info" data-toggle="tooltip" data-placement="bottom" title="dudle">
|
||||
<a href="http://127.0.0.1:4003" target="_blank" class="btn c_o_indigo300" data-toggle="tooltip" data-placement="bottom" title="dudle">
|
||||
<img src="img/dudle.png" style="max-width:100px;" alt="dudle" title="dudle">
|
||||
</a>
|
||||
</div>
|
||||
<div class="col-sm-2">
|
||||
<a href="http://127.0.0.1:4004" target="_blank" class="btn c_o_indigo300" data-toggle="tooltip" data-placement="bottom" title="draw">
|
||||
<img src="img/draw.png" style="max-width:100px;" alt="draw" title="draw">
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<br><br>
|
||||
|
||||
Reference in New Issue
Block a user