1<!DOCTYPE html>
2<html>
3<head>
4 <title>Shorten.REST API Documentation</title>
5 <!-- needed for adaptive design -->
6 <meta charset="utf-8"/>
7 <meta name="viewport" content="width=device-width, initial-scale=1">
8 <link href="https://fonts.googleapis.com/css?family=Montserrat:300,400,700|Roboto:300,400,700" rel="stylesheet">
9 <link rel="icon" href="./assets/favicon/32x32.jpg" sizes="32x32">
10 <link rel="icon" href="./assets/favicon/192x192.jpg" sizes="192x192">
11 <link rel="apple-touch-icon-precomposed" href="./assets/favicon/180x180.jpg">
12 <meta name="msapplication-TileImage" content="./assets/favicon/270x270.jpg">
13 <link rel="icon" type="image/x-icon" href="favicon.ico">
14 <script src="./libs/jquery-3.5.0.min.js"></script>
15 <!--
16 ReDoc doesn't change outer page styles
17 -->
18 <style>
19 body {
20 margin: 0;
21 padding: 0;
22 }
23
24 .api-content {padding-bottom: 80px;}
25
26 .footer {position: fixed; bottom: 0; background: white; width: 100%; text-align: center; padding: 10px 0; z-index: 9; border-top: solid 2px rgb(210, 206, 206);}
27 .footer a {color: #2196f3;}
28 .custom-content{
29 display: table;
30 width: 100%;
31 margin: 30px 0 0 0;
32 }
33
34 .menu-content div:first-child {
35 background-color: rgb(236, 236, 236);
36 height: 65px;
37 overflow: hidden;
38 }
39
40 .menu-content div:first-child img {
...
</html>