mirror of
https://github.com/ditkrg/rswag.git
synced 2026-01-22 22:06:43 +00:00
15 lines
264 B
Plaintext
15 lines
264 B
Plaintext
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>SwaggerRails</title>
|
|
<%= stylesheet_link_tag "swagger_rails/application", media: "all" %>
|
|
<%= javascript_include_tag "swagger_rails/application" %>
|
|
<%= csrf_meta_tags %>
|
|
</head>
|
|
<body>
|
|
|
|
<%= yield %>
|
|
|
|
</body>
|
|
</html>
|