8 lines
260 B
Svelte
8 lines
260 B
Svelte
<script>
|
|
export let title = 'Blog';
|
|
</script>
|
|
|
|
<h1>{title}</h1>
|
|
<p>
|
|
Welcome to the Tiber365 blog! Here we share tips, news, and insights about Microsoft 365, cloud technology, and productivity for small businesses. Stay tuned for our latest articles.
|
|
</p> |