Skip to content

Instantly share code, notes, and snippets.

@RoySegall
Created May 24, 2019 06:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save RoySegall/b7b02bea74df645e0c847ca2474076f3 to your computer and use it in GitHub Desktop.
Save RoySegall/b7b02bea74df645e0c847ca2474076f3 to your computer and use it in GitHub Desktop.
<template>
<div id="wrapper">
<main>
<b>Welcome!</b>
</main>
</div>
</template>
<script>
export default {
name: 'landing-page',
methods: {
}
}
</script>
<style lang="scss">
#wrapper {
text-align: center;
font-family: Arial, "Helvetica Neue", Helvetica, sans-serif
}
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment