forked from Chewing_Bever/rusty-bever
Organized Rust project in library & binary
This commit is contained in:
parent
3415ce7329
commit
48fdc460ad
22 changed files with 68 additions and 60 deletions
7
web/src/layouts/index.astro
Normal file
7
web/src/layouts/index.astro
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
<html>
|
||||
<body>
|
||||
<h1>huh</h1>
|
||||
<p>lol</p>
|
||||
<slot />
|
||||
</body>
|
||||
</html>
|
||||
Loading…
Add table
Add a link
Reference in a new issue