mirror of
https://git.proxmox.com/git/pve-docs
synced 2025-08-03 05:20:48 +00:00

The touch feels super zoomed, and the api-viewer is probably much more viewed through a desktop/laptop not a mobile device with small high-dpi touch screen. Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
14 lines
615 B
HTML
14 lines
615 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/resources/theme-crisp.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>
|