2
0
Fork 0
inspin.io/pages/status.vue

13 lines
289 B
Vue
Raw Permalink Normal View History

2024-08-15 12:28:47 +00:00
<template>
<div class="status center">
<div class="heading">
<div class="msg">
<h2>Service Status</h2>
<p>Check the status of our services for outages & scheduled maintenance.</p>
</div>
</div>
<ContentDoc class="content" />
</div>
</template>