-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathspecial.html
More file actions
23 lines (22 loc) · 782 Bytes
/
Copy pathspecial.html
File metadata and controls
23 lines (22 loc) · 782 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title>Bowerbird Special Tools</title>
<link rel="stylesheet" href="/bowerbird.css" type="text/css">
<meta charset="utf-8"/>
</head>
<body class="chat">
${nav}
${adminnav}
<div>
<p>WARNING: These commands are potentially destructive! Use with caution and only if you know what you're doing!</p>
The commands will be made available when we have some security in place.
<ul>
<!--
<li><a href="/reset">Reset</a> (clear Bowerbird boards to start the day)</li>
<li><a href="/reload">Reload</a> (grab only pilots with new pilot numbers from pilot_data.csv)</li>
-->
</ul>
</div>
</body>
</html>