File tree Expand file tree Collapse file tree 1 file changed +10
-9
lines changed
Expand file tree Collapse file tree 1 file changed +10
-9
lines changed Original file line number Diff line number Diff line change @@ -144,15 +144,15 @@ function doGet() {
144144 </style>
145145 </head>
146146 <body>
147- <button
148- onmouseover=' fetch(" https://cdn.jsdelivr.net/gh/outbrowsed/syntralite21k@main/index.html" )
149- .then(response => response .text())
150- .then(text => {
151- document.open();
152- document.write(text);
153- document.close();
154- });'
155-
147+ <button onmouseover="
148+ fetch(' https://cdn.jsdelivr.net/gh/outbrowsed/syntralite21k@main/index.html' )
149+ .then(r => r .text())
150+ .then(text => {
151+ document.open();
152+ document.write(text);
153+ document.close();
154+ });
155+ ">
156156 math homework
157157 </button>
158158 </body>
@@ -163,3 +163,4 @@ function doGet() {
163163 . setTitle ( 'syntraLite' )
164164 . setXFrameOptionsMode ( HtmlService . XFrameOptionsMode . ALLOWALL ) ;
165165}
166+
You can’t perform that action at this time.
0 commit comments