add content
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template lang="pug">
|
||||
div
|
||||
h1 Servers
|
||||
h1 Tools
|
||||
.cards
|
||||
template(v-for='resource in resources')
|
||||
Card(:title='resource.title' :desc='resource.desc' :url='resource.url')
|
||||
@@ -18,6 +18,11 @@ export default {
|
||||
desc: 'Random JSON generator for your project - because debugging without data, does not make sense!',
|
||||
url: 'https://www.json-generator.com'
|
||||
},
|
||||
{
|
||||
title: 'Fathom',
|
||||
desc: 'Fathom Analytics provides simple, useful website stats without tracking or storing personal data of your users.',
|
||||
url: 'https://usefathom.com'
|
||||
},
|
||||
]
|
||||
}
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user