Compare commits

...

7 Commits
v1.0.1 ... main

Author SHA1 Message Date
5119b0ffcd Merge branch 'iss53' 2025-05-30 06:25:38 +03:00
e9e6c9b5a5 add paragraph 2025-05-30 06:17:57 +03:00
fd44fbd57b fix index.html 2025-05-30 06:10:52 +03:00
5f8353ab94 adding index.html file #53 2025-05-30 06:07:37 +03:00
a2d747687f add test file 2025-05-29 06:42:11 +03:00
3183c6623f commit modified files without adding to index 2025-05-28 06:37:52 +03:00
a443f72688 add ignore file 2025-05-27 06:56:50 +03:00
5 changed files with 10 additions and 1 deletions

1
.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*.[oa]

View File

@ -1,2 +1,2 @@
console.log("some another log 4");
console.log("extra log");
console.log("extra log 2");

6
index.html Normal file
View File

@ -0,0 +1,6 @@
<h1>add some shit</h1>
<h3>another shit</h3>
<p>
lorem ipsum
</p>

1
temp.js Normal file
View File

@ -0,0 +1 @@
console.log('1234');

1
test.js Normal file
View File

@ -0,0 +1 @@
console.log('my test file');