const defaultTheme = "/bigger.css"; // Set default if nothing is sto // Load the selected theme document.write( `` ); // Make function globally available to onclick window.setTheme = function(themeFile) { localStorage.setItem("theme", themeFile); location.reload(); };