diff options
author | pryazha <pryadeiniv@mail.ru> | 2025-01-02 00:39:01 +0500 |
---|---|---|
committer | pryazha <pryadeiniv@mail.ru> | 2025-01-02 00:39:01 +0500 |
commit | c07b665a8ce5b7afba3504ad0b6ea46fad303328 (patch) | |
tree | b39cbf5bef92c8b91b85e3c1e368fe9bd5d7ad89 | |
parent | c91b841f79d0c489f9f9526120a5412b4f025cbf (diff) |
delete script
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | scripts/helloworld.js | 8 |
2 files changed, 0 insertions, 9 deletions
@@ -17,6 +17,5 @@ <footer> <a href="https://git.pwyazha.ru">git</a> </footer> - <script src="scripts/helloworld.js"></script> </body> </html> diff --git a/scripts/helloworld.js b/scripts/helloworld.js deleted file mode 100644 index 32ce9fd..0000000 --- a/scripts/helloworld.js +++ /dev/null @@ -1,8 +0,0 @@ -let count_number = 10; -let count; -for (count = 0; - count < count_number; - ++count) -{ - console.log(count); -} |