Skip to content

Instantly share code, notes, and snippets.

@kenrogers
Created July 28, 2018 18:15
Show Gist options
  • Save kenrogers/e5b05f0d916e82423b21414000a8c79c to your computer and use it in GitHub Desktop.
Save kenrogers/e5b05f0d916e82423b21414000a8c79c to your computer and use it in GitHub Desktop.
<template>
<div>
<section class="hero is-primary is-medium is-bold">
<div class="hero-body">
<div class="container">
<h1 class="title">The Budget</h1>
<h2 class="subtitle">Budgeting for Simple People</h2>
</div>
</div>
</section>
<nuxt/>
</div>
</template>
<style>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment