27 lines
928 B
HTML
27 lines
928 B
HTML
<!doctype html>
|
|
|
|
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
|
- License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
- file, You can obtain one at https://mozilla.org/MPL/2.0/. -->
|
|
|
|
<html lang="fr" data-framework="solid">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<title>Odoo Docker SSH Administration</title>
|
|
<link rel="stylesheet" href="chota.min.css" />
|
|
<style>
|
|
body { margin: 1em; }
|
|
nav a { cursor: pointer; }
|
|
ul.database-list li span { margin-right: 0.5em;}
|
|
ul.database-list li button { padding: 0.4em;}
|
|
textarea.serverlog { color: #eee; background-color: #333; font-family: monospace; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<!-- Scripts here. Don't remove ↓ -->
|
|
<!-- <script src="base.js"></script> -->
|
|
<script src="bundle.js"></script>
|
|
</body>
|
|
</html>
|