Skip to content

Commit

Permalink
Add Spreadsheet
Browse files Browse the repository at this point in the history
  • Loading branch information
charizard8888 authored Sep 19, 2024
1 parent 15e7575 commit 44efe67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fusionevoworkshopdarkmode.html
Original file line number Diff line number Diff line change
Expand Up @@ -21116,7 +21116,7 @@
}
function spreadsheet() {
if (document.getElementById("showspreadsheet").checked == true) {
document.getElementById("framez").innerHTML= `<h1><marquee>COMING SOON</marquee></h1>`;
document.getElementById("framez").innerHTML= `<iframe src="https://docs.google.com/spreadsheets/d/e/2PACX-1vTQv4TazX0mp1G-zm3lOFmbZYsjVwBNSuv26D6OFiyR_nr_YcFRAib7N-EU_AAF7JgzfSSKDrlfV9Rb/pubhtml?widget=true&amp;headers=false" width=1100 height=600></iframe>`;
}
else {
document.getElementById("framez").innerHTML= ``;
Expand Down

0 comments on commit 44efe67

Please sign in to comment.