Editor

The editor is intended for testing out Declass features. Have fun with it!

<!DOCTYPE html>
<html>
  <head>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link
      rel="stylesheet"
      href="https://declass.netlify.app/css/declass.min.css"
    />
  </head>
  <body style="--color: var(--green)">
    <nav>
      <a href="/1.html">
        <img src="/images/icon.png">
      </a>
      <a href="/2.html">
        Link 2
      </a>
    </nav>
  </body>
</html>
<!-- This is an example of Declass -->