From 23da444a0598c1b488b916a9ad9d4d60296e751b Mon Sep 17 00:00:00 2001 From: Quentin Bolsee <quentinbolsee@hotmail.com> Date: Wed, 11 Oct 2023 12:47:51 -0400 Subject: [PATCH] update --- dist/index.html | 2 +- index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dist/index.html b/dist/index.html index 0360043..009e71b 100644 --- a/dist/index.html +++ b/dist/index.html @@ -12,7 +12,7 @@ <link rel="stylesheet" href="https://quentinbolsee.pages.cba.mit.edu/gerber2img/assets/index-c5b4e48b.css"> </head> <body style="background-color: rgb(255, 255, 255);"> - <h1>gerber2png</h1> + <h1>gerber2img</h1> <p>Drag and drop multiple Gerber files to start</p> <div id="dropZone"><p id="dropText">↑</p></div> <input type="file" id="fileInput" multiple hidden></input> diff --git a/index.html b/index.html index dc250d3..a1d78d3 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ <meta http-equiv="Expires" content="-1" /> </head> <body style="background-color: rgb(255, 255, 255);"> - <h1>gerber2png</h1> + <h1>gerber2img</h1> <p>Drag and drop multiple Gerber files to start</p> <div id="dropZone"><p id="dropText">↑</p></div> <input type="file" id="fileInput" multiple hidden></input> -- GitLab