mirror of
https://github.com/dutchcoders/transfer.sh.git
synced 2024-12-02 17:10:18 +01:00
cb6e5cb0c7
* use dep for vendoring * lets encrypt * moved web to transfer.sh-web repo * single command install * added first tests
22 lines
860 B
HTML
22 lines
860 B
HTML
<html>
|
|
<head>
|
|
<title>Ghost Test</title>
|
|
<link type="text/css" rel="stylesheet" href="/public/styles.css">
|
|
<link type="text/css" rel="stylesheet" href="/public/bootstrap-combined.min.css">
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to Ghost Test</h1>
|
|
<img src="/public/logo.png" alt="peace" />
|
|
<ol>
|
|
<li><a href="/session">Session</a></li>
|
|
<li><a href="/session/auth">Authenticated Session</a></li>
|
|
<li><a href="/context">Chained Context</a></li>
|
|
<li><a href="/panic">Panic</a></li>
|
|
<li><a href="/public/styles.css">Styles.css</a></li>
|
|
<li><a href="/public/jquery-2.0.0.min.js">JQuery</a></li>
|
|
<li><a href="/public/logo.png">Logo</a></li>
|
|
</ol>
|
|
|
|
<script src="/public/jquery-2.0.0.min.js"></script>
|
|
</body>
|
|
</html>
|