UNPKG

276 BPlain TextView Raw
1<template>
2 <footer class="textCenter paddingBottom100 paddingTop100">
3 &copy; 2016
4 <a class="link border" href="https://iankwalter.com">Ian Walter</a>.
5 All rights reserved.
6 </footer>
7</template>
8
9<script>
10 export default {
11 name: 'SiteFooter'
12 }
13</script>