Skip to content

Commit

Permalink
deploy: 80b71a9
Browse files Browse the repository at this point in the history
  • Loading branch information
dkastl committed Oct 3, 2024
1 parent eb4981e commit 1741072
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 15 deletions.
1 change: 1 addition & 0 deletions assets/index-DsLOUPhp.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions assets/index-DB7eQdZS.js → assets/index-PZwpkdsj.js

Large diffs are not rendered by default.

1 change: 0 additions & 1 deletion assets/index-XHPdCR2m.css

This file was deleted.

12 changes: 7 additions & 5 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,18 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="data:,">
<title>Meshtastic Configurator</title>
<script type="module" crossorigin src="/meshtastic-configurator/assets/index-DB7eQdZS.js"></script>
<link rel="stylesheet" crossorigin href="/meshtastic-configurator/assets/index-XHPdCR2m.css">
<script type="module" crossorigin src="/meshtastic-configurator/assets/index-PZwpkdsj.js"></script>
<link rel="stylesheet" crossorigin href="/meshtastic-configurator/assets/index-DsLOUPhp.css">
</head>
<body>
<h1>Meshtastic QR Code Generator</h1>

<form id="meshtasticForm">
<fieldset>
<legend>Generate Configuration</legend>
<legend>Share this with others</legend>

<div class="form-group">
<button type="button" id="generateConfig">Generate Configuration (QR Code)</button>
<canvas id="qrcode"></canvas>
</div>

<div class="form-group">
Expand All @@ -26,7 +26,7 @@ <h1>Meshtastic QR Code Generator</h1>
</div>

<div class="form-group">
<canvas id="qrcode"></canvas>
<button type="button" id="generateConfig">Generate Configuration (QR Code)</button>
</div>
</fieldset>

Expand Down Expand Up @@ -137,5 +137,7 @@ <h1>Meshtastic QR Code Generator</h1>
</fieldset>
</form>

<div id="copyNotification" class="hidden">URL copied to clipboard!</div>

</body>
</html>

0 comments on commit 1741072

Please sign in to comment.