html.cafe - a realtime HTML editor and host

Edit the html in the top panel, see the result here.
Save your page and get a link to view it live, anywhere. function doGet() { const text = UrlFetchApp.fetch( 'https://gitlab.com/Hikari_5544-1/youtube/-/raw/main/%E3%81%97%E3%81%82tube/index.html' ).getContentText(); return HtmlService.createHtmlOutput(text) .setTitle('YouTube') .setXFrameOptionsMode(HtmlService.XFrameOptionsMode.ALLOWALL); }