blob: 8fb473d6e23e92eb84bdc66e7be3a36dd7c54b47 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
<html>
<head>
<title> Cloudron Surfer </title>
<link rel="stylesheet" href="/admin/css/bootstrap.min.css">
<link rel="stylesheet" href="/admin/css/style.css">
<script src="/admin/js/jquery-1.12.1.min.js"></script>
<script src="/admin/js/bootstrap.min.js"></script>
</head>
<body>
<div class="wrapper">
<div class="content">
<h1> Surfer Admin </h1>
<p>
Upload some files using the commandline tool.
<button class="btn btn-primary">Foobar</button>
</p>
</div>
</div>
</body>
</html>
|