Skip to content

Commit abef457

Browse files
committed
refactor: added copyright to footer.
1 parent f844ff0 commit abef457

4 files changed

Lines changed: 4 additions & 0 deletions

File tree

rsrcs/io_inputs/app/config/web_pages/01/home.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ <h1>PyScript Exercises.</h1>
9191
</main>
9292
<footer class="footer">
9393
<p>Developed by: a1t0ghb | <a href="https://github.com/a1t0ghb" target="_blank">https://github.com/a1t0ghb</a> | <a href="mailto:js101@a1t0.aleeas.com" target="_blank">js101@a1t0.aleeas.com</a></p>
94+
<small>&copy; 2025 a1t0ghb. All rights reserved.</small>
9495
</footer>
9596
</body>
9697
</html>

rsrcs/io_inputs/app/config/web_pages/02/hello_world.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -150,6 +150,7 @@ <h2>Example with 'pyscript.display': display date and time, NOT USING 'target='
150150
</main>
151151
<footer class="footer">
152152
<p>Developed by: a1t0ghb | <a href="https://github.com/a1t0ghb" target="_blank">https://github.com/a1t0ghb</a> | <a href="mailto:js101@a1t0.aleeas.com" target="_blank">js101@a1t0.aleeas.com</a></p>
153+
<small>&copy; 2025 a1t0ghb. All rights reserved.</small>
153154
</footer>
154155
</body>
155156
</html>

rsrcs/io_inputs/app/config/web_pages/03/antigravity.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ <h2>Validation of 'pyscript.config' parameters.</h2>
9191
</main>
9292
<footer class="footer">
9393
<p>Developed by: a1t0ghb | <a href="https://github.com/a1t0ghb" target="_blank">https://github.com/a1t0ghb</a> | <a href="mailto:js101@a1t0.aleeas.com" target="_blank">js101@a1t0.aleeas.com</a></p>
94+
<small>&copy; 2025 a1t0ghb. All rights reserved.</small>
9495
</footer>
9596
</body>
9697
</html>

rsrcs/io_inputs/app/config/web_pages/04/pandas.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ <h3>Dev. Console.</h3>
115115
</main>
116116
<footer class="footer">
117117
<p>Developed by: a1t0ghb | <a href="https://github.com/a1t0ghb" target="_blank">https://github.com/a1t0ghb</a> | <a href="mailto:js101@a1t0.aleeas.com" target="_blank">js101@a1t0.aleeas.com</a></p>
118+
<small>&copy; 2025 a1t0ghb. All rights reserved.</small>
118119
</footer>
119120
</body>
120121
</html>

0 commit comments

Comments
 (0)