summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpryazha <pryadeiniv@mail.ru>2025-01-02 00:39:01 +0500
committerpryazha <pryadeiniv@mail.ru>2025-01-02 00:39:01 +0500
commitc07b665a8ce5b7afba3504ad0b6ea46fad303328 (patch)
treeb39cbf5bef92c8b91b85e3c1e368fe9bd5d7ad89
parentc91b841f79d0c489f9f9526120a5412b4f025cbf (diff)
delete script
-rw-r--r--index.html1
-rw-r--r--scripts/helloworld.js8
2 files changed, 0 insertions, 9 deletions
diff --git a/index.html b/index.html
index 18ac08e..3a5f1e2 100644
--- a/index.html
+++ b/index.html
@@ -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);
-}