trusted-setup-server/pages/inspire.vue

12 lines
318 B
Vue
Raw Normal View History

2020-01-29 11:54:03 +01:00
<template>
<section class="section">
2020-01-29 12:30:50 +01:00
<h2 class="title is-3 has-text-grey">"Just start <b-icon icon="rocket" size="is-large" />"</h2>
2020-01-29 11:54:03 +01:00
<h3 class="subtitle is-6 has-text-grey">
Author:
<a href="https://github.com/anteriovieira">
Antério Vieira
</a>
</h3>
</section>
</template>