mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-26 02:16:16 -04:00
20 lines
661 B
HTML
20 lines
661 B
HTML
<html>
|
|
<head>
|
|
<title>Etherpad Lite Admin Dashboard</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0">
|
|
<link rel="stylesheet" href="../static/css/admin.css">
|
|
<script src="../static/js/jquery.js"></script>
|
|
<script src="../socket.io/socket.io.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="wrapper">
|
|
<h1>Etherpad Lite Admin Dashboard</h1>
|
|
<div>
|
|
<a href="../admin/plugins">Install and Uninstall plugins</a>
|
|
</div>
|
|
<div>
|
|
<a href="../admin/settings">Modify Server and Plugin Settings</a>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|