Add italic toggle button

This commit is contained in:
Josh birnholz
2023-02-18 19:18:45 -05:00
parent 8d9b549a8d
commit b7ac4cd351
4 changed files with 42 additions and 1 deletions

View File

@@ -19,6 +19,7 @@
<script defer src='js/main-1.js'></script>
</head>
<body>
<input hx
<div class='background'></div>
<header class='readable-background'>
<h1 class='title center'>CARD CONJURER</h1>
@@ -38,7 +39,7 @@
<div class='main-menu'>
<h2>Navigation</h2>
<h3><a href="#" hx-get="index.html" hx-target="#content" hx-trigger="click" onclick='toggleMenu()'>Home</a></h3>
<h3><a href="#" hx-get="creator/index.html" hx-target="#content" hx-trigger="click" onclick='toggleMenu()'>Card Creator</a></h3>
<h3><a href="#" hx-get="creator/index.html" hx-target="#content" hx-trigger="click, doCreate from:body" onclick='toggleMenu()'>Card Creator</a></h3>
<h3><a href="#" hx-get="print/index.html" hx-target="#content" hx-trigger="click" onclick='toggleMenu()'>Printing Tool</a></h3>
<h3><a href="#" hx-get="askurza/index.html" hx-target="#content" hx-trigger="click" onclick='toggleMenu()'>Ask Urza 2.0</a></h3>
<h3><a href="#" hx-get="phyrexian/index.html" hx-target="#content" hx-trigger="click" onclick='toggleMenu()'>Phyrexian Generator</a></h3>