diff --git a/src/index.js b/src/index.js index 7aa620c..2c03d6c 100644 --- a/src/index.js +++ b/src/index.js @@ -1,5 +1,6 @@ const localStorageIgnore = ["photo"]; const themeUrl = document.getElementById("themes-source").value; +const ioniconsUrl = document.getElementById("ionicons-source").value; // Elements const addCustomLinkButton = document.querySelector("a.btn"); @@ -324,8 +325,8 @@ function UpdatePreview() { ${email} ${themeScriptTag} - - `; + + `; // If previewBlock is empty, append the iframe if (previewBlock.childElementCount === 0) { diff --git a/src/index.php b/src/index.php index 27e5956..5285f08 100644 --- a/src/index.php +++ b/src/index.php @@ -1,5 +1,6 @@ - + - - + +
- Fill out this form to generate your own single page website. All fields are optional except for your name. So, don't worry if you don't have all these accounts. The output will be a single index.html
file that you can upload to any static hosting provider such as GitHub Pages, Cloudflare Pages, Vercel, Netlify, or DigitalOcean Apps.
+ Fill out this form to generate your own single page website. All fields are optional except for your name.
+ So, don't worry if you don't have all these accounts. The output will be a single index.html
+ file that you can upload to any static hosting provider such as GitHub Pages, Cloudflare Pages, Vercel,
+ Netlify, or DigitalOcean Apps.