41dbc8115d
previously the path to the dark theme's css pointed to the wrong file. it didn't exist, this one should. Signed-off-by: Stefan Sterz <s.sterz@proxmox.com>
15 lines
667 B
HTML
15 lines
667 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
|
|
<title>Proxmox Backup Server API Documentation</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="extjs/theme-crisp/resources/theme-crisp-all.css">
|
|
<link rel="stylesheet" type="text/css" media="(prefers-color-scheme: dark)" href="/widgettoolkit/themes/theme-proxmox-dark.css" />
|
|
<script type="text/javascript" src="extjs/ext-all.js"></script>
|
|
<script type="text/javascript" src="apidoc.js"></script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|