mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-04-29 21:32:45 +00:00

Use the over 4 times smaller minfied version of ExtJS, not the debug one. Any developer can easily use the debug version if needed, but most of the times it this isn't the case. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
14 lines
631 B
HTML
14 lines
631 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 VE API Documentation</title>
|
|
|
|
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/classic/theme-crisp-touch/resources/theme-crisp-touch-all.css">
|
|
<script type="text/javascript" src="https://cdnjs.cloudflare.com/ajax/libs/extjs/6.0.1/ext-all.js"></script>
|
|
<script type="text/javascript" src="apidoc.js"></script>
|
|
</head>
|
|
<body></body>
|
|
</html>
|