Started project
This commit is contained in:
7
client/src/views/About.vue
Normal file
7
client/src/views/About.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
|
||||
<div class="home">
|
||||
<h1>About</h1>
|
||||
</div>
|
||||
|
||||
</template>
|
7
client/src/views/Home.vue
Normal file
7
client/src/views/Home.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
|
||||
<div class="home">
|
||||
<h1>Home</h1>
|
||||
</div>
|
||||
|
||||
</template>
|
7
client/src/views/Quiz.vue
Normal file
7
client/src/views/Quiz.vue
Normal file
@@ -0,0 +1,7 @@
|
||||
<template>
|
||||
|
||||
<div class="quiz">
|
||||
<h1>Quiz</h1>
|
||||
</div>
|
||||
|
||||
</template>
|
Reference in New Issue
Block a user