parent
387a950b69
commit
e2cdd0f81a
2 changed files with 7 additions and 4 deletions
src/routes/services
|
@ -7,11 +7,14 @@
|
|||
const services = $state(pages.services);
|
||||
</script>
|
||||
|
||||
<title>Services</title>
|
||||
<meta name="description" content="Overview of Services running on neshweb.net">
|
||||
<svelte:head>
|
||||
<title>Services</title>
|
||||
<meta name="description" content="Overview of Services running on neshweb.net">
|
||||
</svelte:head>
|
||||
|
||||
|
||||
<div class="flex flex-row flex-wrap justify-center gap-10 p-8 overflow-auto h-full">
|
||||
{#each services as service}
|
||||
<Card bind:service />
|
||||
<Card {service} />
|
||||
{/each}
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue