Bootstrapped project structure
This commit is contained in:
parent
3728e2b24f
commit
9af76b09f2
6 changed files with 3799 additions and 0 deletions
8
src/pages/index.astro
Normal file
8
src/pages/index.astro
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
<html lang="en">
|
||||
<meta charset="utf-8" />
|
||||
<meta name="viewport" content="width=device-width" />
|
||||
<body>
|
||||
<h1>Hi!</h1>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in a new issue