Compare commits

..

5 Commits
v1.0.2 ... 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
2 changed files with 7 additions and 0 deletions

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
test.js Normal file
View File

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