UNPKG

@defra-fish/sales-api-service

Version:

Rod Licensing Sales API

86 lines (76 loc) 1.68 kB
<!DOCTYPE html> <html lang="en"> <head> <title>Rod Licensing Sales API</title> <style> *, :before, :after { box-sizing: border-box; } body { display: flex; align-items: center; background: #dff3fd; min-width: 275px; height: 100vh; margin: 0 10vw; overflow: hidden; color: #2677f2; font-family: Roboto, Helvetica, Tahoma, Calibri, Verdana, Geneva, sans-serif; } h1 { font-size: 2em; } div.buttons { margin-left: 2em; } a { display: inline-block; padding: 0.6em 0.8em; margin-right: 1em; margin-bottom: 1em; border: 3px solid #aecffb; color: #2677f2; font-weight: 500; text-transform: uppercase; text-decoration: none; letter-spacing: 0.2em; position: relative; overflow: hidden; transition: 0.3s; } a:before { content: ''; background: #2677f2; height: 100%; width: 100%; position: absolute; top: -100%; left: 0; transition: 0.3s; z-index: -1; } a:hover { color: #dff3fd; } a:hover:before { top: 0; } </style> </head> <body> <h1>Rod Licensing Sales API</h1> <div class="buttons"> <div> <a href="documentation">Swagger Documentation</a> </div> <div> <a href="swagger.json">Swagger JSON File</a> </div> <div> <a href="service-status?v">Service Status</a> </div> </div> </body> </html>