mirror of
https://github.com/jcreek/bank-statement-analyser.git
synced 2026-07-15 20:03:45 +00:00
10 lines
209 B
Vue
10 lines
209 B
Vue
<template>
|
|
<div id="header">
|
|
<h1>Bank Statement Analyser</h1>
|
|
<div id="nav">
|
|
<router-link to="/">Home</router-link> |
|
|
<router-link to="/about">About</router-link>
|
|
</div>
|
|
</div>
|
|
</template>
|