mirror of
https://github.com/robonen/canvas-3d.git
synced 2026-03-20 02:44:40 +00:00
feat(project): basic settings, styles, fonts
This commit is contained in:
17
src/pages/index.vue
Normal file
17
src/pages/index.vue
Normal file
@@ -0,0 +1,17 @@
|
||||
<template>
|
||||
<div>
|
||||
<Head>
|
||||
<Title>Главная</Title>
|
||||
</Head>
|
||||
<h1>Hello, Nuxt ✌</h1>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
div {
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
}
|
||||
</style>
|
||||
Reference in New Issue
Block a user