16 lines
327 B
Vue
16 lines
327 B
Vue
<template>
|
|
<v-sheet class="d-flex justify-center align-center">
|
|
<p class="text-h5">Эта страничка пока пустая. Резюме находится <a href="/resume">здесь.</a></p>
|
|
</v-sheet>
|
|
</template>
|
|
|
|
<script>
|
|
export default {
|
|
name: "Polyfill"
|
|
}
|
|
</script>
|
|
|
|
<style scoped>
|
|
|
|
</style>
|