Skip to content

Commit

Permalink
Test Giscus out!
Browse files Browse the repository at this point in the history
Signed-off-by: Bruno Zhong <69879040+Brunozhon@users.noreply.github.com>
  • Loading branch information
Brunozhon committed Jun 20, 2023
1 parent 0298e13 commit a3a1284
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions items/lead.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ <h1><a class="navbar-brand" href="#">The Bruno Store</a></h1>
The Song cannot be played.
</audio>
<h1>Lead</h1>
<p>Some lead for your mechanical pencil.</p>
<p><b>WARNING:</b> The lead is of the 0.7 type, not the 0.5 type. Please verify your mechanical pencil lead size, as the Bruno Store will <b>NOT</b> be responsible for damage to the lead or mechanical pencil.</p>
<p>Cost: <span id="cost"></span></p>
<a href="https://the-bruno-store.github.io/cart.html">Check Out</a>
<script>
Expand All @@ -63,5 +65,20 @@ <h1>Lead</h1>
}
</script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.0-alpha3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ENjdO4Dr2bkBIFxQpeoTz1HIcje39Wm4jDKdf19U8gI4ddQ3GYNS7NTKfAdVQSZe" crossorigin="anonymous"></script>
<script src="https://giscus.app/client.js"
data-repo="Brunozhon/giscus-storage"
data-repo-id="R_kgDOJxjnCg"
data-category="Announcements"
data-category-id="DIC_kwDOJxjnCs4CXU8H"
data-mapping="title"
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="bottom"
data-theme="light"
data-lang="en"
crossorigin="anonymous"
async>
</script>
</body>
</html>

0 comments on commit a3a1284

Please sign in to comment.