Skip to content

Commit

Permalink
[BOT] [SKIP-GH-PAGES] Add index.html for new swagger.yaml files
Browse files Browse the repository at this point in the history
  • Loading branch information
blockscout-bot committed Sep 5, 2024
1 parent 5fd01f2 commit 77babaf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions services/smart-contract-verifier/hosted_versions.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
93feb611
ddbed8fa
22a3717e
main
19 changes: 19 additions & 0 deletions services/smart-contract-verifier/main/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="/swaggers/dist/swagger-ui.css" />
<link rel="stylesheet" type="text/css" href="/swaggers/dist/index.css" />
<link rel="icon" type="image/png" href="/swaggers/dist/favicon-32x32.png" sizes="32x32" />
<link rel="icon" type="image/png" href="/swaggers/dist/favicon-16x16.png" sizes="16x16" />
</head>

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

0 comments on commit 77babaf

Please sign in to comment.