Unverified Commit ec8b2be0 authored by TheTechRobo's avatar TheTechRobo
Browse files

Colour the "dont spam my servers" differently

parent e542a0e6
Loading
Loading
Loading
Loading
+7 −1
Original line number Diff line number Diff line
@@ -21,6 +21,12 @@ code {
  background-color: darkblue;
  color: lightgreen;
}
.banner {
  background-color: cyan;
  color: black;
  text-align: center;
  padding: 20px;
}
</style>
    <script>
      const DARKNESS = {
@@ -62,7 +68,7 @@ code {
    </script>
  </head>
  <body>
    <p>Please don't spam my servers - anyone that spams too much may be banned. Contact me on Discord (TheTechRobo#7420) or IRC (TheTechRobo on hackint) to discuss.</p>
    <div class="banner">Please don't spam my servers - anyone that spams too much may be banned. Contact me on Discord (TheTechRobo#7420) or IRC (TheTechRobo on hackint) to discuss.</div>
    <h1>API Documentation</h1>
    <h3>Call: GET <code>/api/:version/:videoid</code></h3>
    <h4>Current versions available: v2, v3</h4>