rebuilding-platformsh/src/App.vue

17 lines
462 B
Vue
Raw Normal View History

2019-04-23 20:47:32 +00:00
<template>
2019-04-24 09:43:01 +00:00
<div>
2019-04-24 12:18:00 +00:00
<alert-message>
<p>
A clone of <a href="https://platform.sh">Platform.sh</a>s new hosting dashboard.<br class="md:hidden">
Built with <a href="https://vuejs.org">Vue.js</a>
and <a href="https://tailwindcss.com">Tailwind CSS</a>
by <a href="https://www.oliverdavies.uk">Oliver Davies</a>.
</p>
</alert-message>
2019-04-23 20:47:32 +00:00
<router-view/>
</div>
</template>
2019-04-23 22:25:36 +00:00
<style src="./css/app.css"></style>