From c91b841f79d0c489f9f9526120a5412b4f025cbf Mon Sep 17 00:00:00 2001 From: pryazha Date: Thu, 2 Jan 2025 00:35:49 +0500 Subject: initial commit --- images/maxwell.gif | Bin 0 -> 609986 bytes index.html | 22 ++++++++++++++++++++++ scripts/helloworld.js | 8 ++++++++ style.css | 21 +++++++++++++++++++++ 4 files changed, 51 insertions(+) create mode 100644 images/maxwell.gif create mode 100644 index.html create mode 100644 scripts/helloworld.js create mode 100644 style.css diff --git a/images/maxwell.gif b/images/maxwell.gif new file mode 100644 index 0000000..a91e54b Binary files /dev/null and b/images/maxwell.gif differ diff --git a/index.html b/index.html new file mode 100644 index 0000000..18ac08e --- /dev/null +++ b/index.html @@ -0,0 +1,22 @@ + + + + pwyazha + + + + + +
+

Hello, this is my website.

+ Thanks for stopping by! +
+

Well...

+

nya~

+ + + + + diff --git a/scripts/helloworld.js b/scripts/helloworld.js new file mode 100644 index 0000000..32ce9fd --- /dev/null +++ b/scripts/helloworld.js @@ -0,0 +1,8 @@ +let count_number = 10; +let count; +for (count = 0; + count < count_number; + ++count) +{ + console.log(count); +} diff --git a/style.css b/style.css new file mode 100644 index 0000000..217205e --- /dev/null +++ b/style.css @@ -0,0 +1,21 @@ +body { + margin: 40px auto; + max-width: 650px; + line-height: 1.6; + font-size: 18px; + padding: 0 10px; + color: #404040; +} + +h1, h2, h3 { + line-height: 1.2; +} + +img { + width: 100%; +} + +footer { + text-align: center; + padding: 30px 0; +} -- cgit v1.2.3-70-g09d2