diff --git a/assets/app.js b/assets/app.js index 0288339..5e90e89 100644 --- a/assets/app.js +++ b/assets/app.js @@ -25,4 +25,5 @@ var downloadPage = () => { pageContents = pageContents.replace("rep_SURL", document.getElementById("url").value) download(pageContents, "index.html", "text/html") -} \ No newline at end of file +} +getTemplateHtml("original"); \ No newline at end of file diff --git a/index.html b/index.html index 564de5c..750cdc0 100644 --- a/index.html +++ b/index.html @@ -19,6 +19,7 @@

Theme

+