Skip to content

Commit

Permalink
cdn
Browse files Browse the repository at this point in the history
  • Loading branch information
jeff-zucker committed Apr 21, 2024
1 parent 6e26098 commit fd1b305
Show file tree
Hide file tree
Showing 9 changed files with 711 additions and 1,532 deletions.
19 changes: 11 additions & 8 deletions dashboard/test.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,16 @@
style="margin-top:3rem;height:calc( 100vh - 5rem )"
></sol-container>

<!--
<sol-include type=markdown source="../drafts/notes.md"></sol-include>
<sol-page
theme = "./themes/single-sidebar.html"
source="/home/"
template="container"
></sol-page>

-->
<style>
* { font-size:18px; }
p,h2,h3,li,ul { margin:0; }
Expand All @@ -24,14 +26,15 @@
max-width:100% !important;
min-width:40rem !important;
width:40rem;
// display:table-cell !important;
}

</style>
<!-- <link href="../sol-core.css" rel="stylesheet" /> -->

<script src="https://cdn.jsdelivr.net/npm/mashlib@1.8.10/dist/mashlib.min.js" type="module">
</script>
<script src="https://cdn.jsdelivr.net/npm/dompurify@3.0.9/dist/purify.min.js" type="module">
</script>
<script src="../sol-core.js" type="module"></script>
<script src="../sol-cdn.js" type="module"></script>

<!--
<script src="../sol-local.js" type="module"></script>
-->



16 changes: 0 additions & 16 deletions icons

This file was deleted.

Loading

0 comments on commit fd1b305

Please sign in to comment.