Skip to content

Instantly share code, notes, and snippets.

@ewingson
Last active April 8, 2023 23:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ewingson/9500be20946ad1b10a3209c0903692d0 to your computer and use it in GitHub Desktop.
Save ewingson/9500be20946ad1b10a3209c0903692d0 to your computer and use it in GitHub Desktop.

root

tags: meisdata index
<!doctype html>
<html>
  <head>
    <meta charset="utf-8"/>
    <title>SolidOS Web App</title>
    <script>document.addEventListener('DOMContentLoaded', function() {
        panes.runDataBrowser()
      })
    </script>
      <link href="/mash.css" rel="stylesheet">
  </head>
  <body id="PageBody">
    <header id="PageHeader"></header>
    <div class="TabulatorOutline" id="DummyUUID" role="main">
      <table id="outline"></table>
      <div id="GlobalDashboard">
      </div>
    </div>
  <footer id="PageFooter"></footer>
  <script src="/mashlib.min.js"></script>
  </body>
</html>

URL: ./2023/04/09/5290-server-root-index-solid-source/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment