Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
JosuaKrause authored Oct 26, 2023
1 parent 009adaf commit e2e27f6
Showing 1 changed file with 11 additions and 2 deletions.
13 changes: 11 additions & 2 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,15 @@
<link rel="canonical" href="https://bubblesets-js.josuakrause.com/">
<script src="bubblesets.js" charset="utf-8"></script>
<style type="text/css">
* {
font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 14px;
font-style: normal;
font-variant: normal;
font-weight: 400;
box-sizing: border-box;
}

@media (hover: none) and (max-width: 480px) {
* {
font-size: 16px;
Expand Down Expand Up @@ -53,7 +62,7 @@
<body onload="start()" style="width: 100vw; height: 90vh; margin: 0; padding: 0; text-align: center;">

<h3>Bubblesets for JavaScript</h3>
<p>Add rectangles by clicking with the left or right mouse button on the canvas. <a href="https://github.com/JosuaKrause/bubblesets-js">GitHub Repository</a></p>
<p>Add rectangles by clicking with the left or right mouse button on the canvas.</p>
<svg id="main" style="width: 90vw; height: 80vh; margin: 0 auto;">
<rect x="0" y="0" width="100%" height="100%" style="stroke: black; stroke-width: 1; fill: none;"></rect>
</svg>
Expand Down Expand Up @@ -193,7 +202,7 @@ <h3>Bubblesets for JavaScript</h3>
<footer>
<div class="footer-style">
© jk 2023
<a href="https://github.com/JosuaKrause/jk-js" target="_blank">
<a href="https://github.com/JosuaKrause/bubblesets-js" target="_blank">
[source]
</a>
</div>
Expand Down

0 comments on commit e2e27f6

Please sign in to comment.