mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-05-10 04:37:29 +08:00
feat: page layout
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
<template>
|
||||
<div class="home-page">
|
||||
<h1>Home Page</h1>
|
||||
<p>Welcome to OpenIsle</p>
|
||||
hello?
|
||||
</div>
|
||||
</template>
|
||||
|
||||
@@ -15,5 +14,6 @@ export default {
|
||||
.home-page {
|
||||
background-color: white;
|
||||
color: black;
|
||||
height: 100%;
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user