web: added seperation
This commit is contained in:
parent
6ffdf23797
commit
e6bed3dc65
2 changed files with 15 additions and 0 deletions
|
@ -11,3 +11,7 @@ import StartPage from './components/StartPage.vue';
|
|||
|
||||
//
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
|
||||
</style>
|
|
@ -1,4 +1,15 @@
|
|||
<template>
|
||||
<div style="display: flex;">
|
||||
<div style="flex: 30%">
|
||||
<h1>Start Page</h1>
|
||||
<p>Welcome to the start page</p>
|
||||
</div>
|
||||
|
||||
<div style="flex: 70%;">
|
||||
<h1>Start Page</h1>
|
||||
<p>Welcome to the start page</p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
</template>
|
||||
|
|
Loading…
Add table
Reference in a new issue