Files
api-copp/web/index.html
2026-03-01 21:40:09 +05:00

13 lines
388 B
HTML

<!doctype html>
<html lang="ru">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>API-Client UI</title>
<style>body{font-family:Arial,Helvetica,sans-serif;max-width:720px;margin:24px auto;padding:0 12px}button{margin-top:8px}</style>
</head>
<body>
<div id="app"></div>
<script src="app.js"></script>
</body>
</html>