htdocs/blog/index.html

10 lines
146 B
HTML
Raw Normal View History

<!DOCTYPE html>
2023-12-12 09:10:33 +01:00
<div id="main">
Welcome to the blog page!
</div>
<script src="blogs.js">
</script>
<script src="home-template.js">
</script>