mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-07 04:57:27 +08:00
[+] Home site
This commit is contained in:
@@ -1,3 +1,26 @@
|
||||
<main>
|
||||
owo
|
||||
</main>
|
||||
<main id="home">
|
||||
<h1>AquaNet</h1>
|
||||
<div>
|
||||
<button>Login</button>
|
||||
<button>Sign Up</button>
|
||||
</div>
|
||||
</main>
|
||||
|
||||
<style lang="sass">
|
||||
@import "../vars"
|
||||
|
||||
#home
|
||||
color: $c-main
|
||||
|
||||
> h1
|
||||
font-family: Quicksand, $font
|
||||
user-select: none
|
||||
|
||||
// Gap between text characters
|
||||
letter-spacing: 0.2em
|
||||
|
||||
> div
|
||||
display: flex
|
||||
gap: 8px
|
||||
|
||||
</style>
|
||||
0
AquaNet/src/pages/UserHome.svelte
Normal file
0
AquaNet/src/pages/UserHome.svelte
Normal file
Reference in New Issue
Block a user