Files
Atay-Makhzan/templates/swagger/ui.tmpl
T

25 lines
492 B
Cheetah
Raw Normal View History

2017-05-02 15:35:59 +02:00
<!DOCTYPE html>
<html lang="en">
2020-01-14 19:02:08 +01:00
<head>
<meta charset="UTF-8">
<title>Gitea API</title>
<style>
html {
box-sizing: border-box;
overflow-y: scroll;
}
*, *:before, *:after {
box-sizing: inherit;
}
body {
margin: 0;
background: #fff;
}
</style>
</head>
<body>
<div id="swagger-ui" data-source="{{AppUrl}}swagger.{{.APIJSONVersion}}.json"></div>
<script src="{{StaticUrlPrefix}}/js/swagger.js?v={{MD5 AppVer}}"></script>
</body>
2017-05-02 15:35:59 +02:00
</html>