Skip to content

Instantly share code, notes, and snippets.

View agarwaladvit96-coder's full-sized avatar

agarwaladvit96-coder

  • Joined Sep 27, 2025
View GitHub Profile
(function(Scratch){
'use strict';
class WebsiteBuilder {
constructor(runtime){
this.runtime = runtime;
this.headParts = [];
this.bodyParts = [];
this.addDoctypeFlag = false;
}
(function(Scratch){
'use strict';
class WebsiteBuilder {
constructor(runtime){
this.runtime = runtime;
this.headParts = [];
this.bodyParts = [];
this.addDoctypeFlag = false;
this.previewWrapper = null;