Skip to content

Commit

Permalink
tagging, layout, user distraction agents
Browse files Browse the repository at this point in the history
  • Loading branch information
colevandersWands committed Jun 30, 2023
1 parent 7ec34c6 commit 45b6017
Show file tree
Hide file tree
Showing 6 changed files with 1,150 additions and 10 deletions.
10 changes: 10 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,15 @@ <h1>Snippetry</h1>

<div id="tags" class="center nicely-centered"></div>

<div class="center">
<input type="checkbox" id="danger-zone" /><label
class="warning"
for="danger-zone"
>live dangerously <br />
<!-- <text class="warning">some snippets will freeze the page</text> -->
</label>
</div>

<hr />
</div>

Expand All @@ -62,5 +71,6 @@ <h1>Snippetry</h1>

<script src="./public/lib/prism.min.js"></script>
<script type="module" src="./public/script.js"></script>
<script src="./public/lib/bug.js"></script>
</body>
</html>
Loading

0 comments on commit 45b6017

Please sign in to comment.