Skip to content

Commit

Permalink
[BOT] Add index.html for new swagger.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 4, 2024
1 parent 01d9339 commit c843a25
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions new_swagger_files.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
services/smart-contract-verifier/8baf3456/swagger.yaml
19 changes: 19 additions & 0 deletions services/smart-contract-verifier/8baf3456/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
<!-- HTML for static distribution bundle build -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>smart-contract-verifier</title>
<link rel="stylesheet" type="text/css" href="/dist/swagger-ui.css" />
<link rel="stylesheet" type="text/css" href="/dist/index.css" />
<link rel="icon" type="image/png" href="/dist/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/dist/favicon-16x16.png" sizes="16x16" />
</head>

<body>
<div id="swagger-ui"></div>
<script src="/dist/swagger-ui-bundle.js" charset="UTF-8"> </script>
<script src="/dist/swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
<script src="/dist/swagger-initializer.js" charset="UTF-8"> </script>
</body>
</html>

0 comments on commit c843a25

Please sign in to comment.