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>
      <button>
        <a href="/1.html">
          Link 1
        </a>
      </button>
      <button>
        <a href="/2.html">
          Link 2
        </a>
      </button>
    </nav>
  </body>
</html>
<!-- This is an example of Freshclass -->