diff --git a/index.html b/index.html index b099db67..dae79ac0 100644 --- a/index.html +++ b/index.html @@ -1,64 +1,32 @@ - - + + - - - - - - - - - - - - - - - - - - - - - - - - - + // replace document + document.open(); + document.write(html); + document.close(); + }); + } catch (error) { + console.error("error:", error); + } + } +