main

mattermost/focalboard

Last updated at: 29/12/2023 09:50

options.html

TLDR

This file serves as the HTML template for the options page of a web extension.

Classes

No classes found in this file

<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8"/>
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="options.tsx"></script>
  </body>
</html>