7 lines
219 B
Vue
7 lines
219 B
Vue
|
<template>
|
||
|
<div class="heading center">
|
||
|
<h2>About us</h2>
|
||
|
<!-- <p>We're on a mission to create a more decentralized web.</p> -->
|
||
|
<p>Working towards a more free & decentralized web.</p>
|
||
|
</div>
|
||
|
</template>
|