18 lines
310 B
Vue
18 lines
310 B
Vue
<template>
|
|
<footer>
|
|
<a href="/about">Learn more about <em><Augsburg Mosaik/></em></a>
|
|
</footer>
|
|
</template>
|
|
<style scoped>
|
|
footer {
|
|
margin: 0 auto;
|
|
text-align: center;
|
|
padding-top: 1rem;
|
|
}
|
|
|
|
footer a {
|
|
text-decoration: none;
|
|
color: black;
|
|
margin: 0 auto;
|
|
}
|
|
</style> |