mirror of
https://github.com/hexolan/stocklet.git
synced 2026-05-20 19:49:26 +01:00
859e075407
feat: base openapi v2 to openapi v3 generation
12 lines
286 B
HTML
12 lines
286 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
%sveltekit.head%
|
|
</head>
|
|
<body data-sveltekit-preload-data="hover">
|
|
<div style="display: contents">%sveltekit.body%</div>
|
|
</body>
|
|
</html>
|