From 7d4b6ddaf483cb71ccdf7f871b612458291f3899 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 7 Sep 2021 15:18:50 +0300 Subject: [PATCH] first-commit --- index.html | 14 ++++++++++++++ index.js | 1 + 2 files changed, 15 insertions(+) create mode 100644 index.html create mode 100644 index.js diff --git a/index.html b/index.html new file mode 100644 index 0000000..cd627ea --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ + + + + + + + Document + + + +

Hello world

+ + + \ No newline at end of file diff --git a/index.js b/index.js new file mode 100644 index 0000000..9ebfa73 --- /dev/null +++ b/index.js @@ -0,0 +1 @@ +document.body.innerHTML = '

aaaaaaaaaaaaaa

' \ No newline at end of file