From 6e58eacdfe07ce260e2dfd0148733596dd5ed680 Mon Sep 17 00:00:00 2001 From: UltraQbik Date: Sun, 25 Aug 2024 03:14:08 +0300 Subject: Unfortunately - JavaScript --- www/js-test.html | 20 ++++++++++++++++++++ www/scripts/test.js | 1 + 2 files changed, 21 insertions(+) create mode 100644 www/js-test.html create mode 100644 www/scripts/test.js (limited to 'www') diff --git a/www/js-test.html b/www/js-test.html new file mode 100644 index 0000000..223827e --- /dev/null +++ b/www/js-test.html @@ -0,0 +1,20 @@ + + + + The YES's Page + + + + +
+
+
The Mighty HTML Page. Ew JS
+
+
+ +
+ + + diff --git a/www/scripts/test.js b/www/scripts/test.js new file mode 100644 index 0000000..4a0a5b2 --- /dev/null +++ b/www/scripts/test.js @@ -0,0 +1 @@ +console.log('прощай world') -- cgit 1.4.1