refactored view package
This commit is contained in:
13
internal/view/homeview/index_page.templ
Normal file
13
internal/view/homeview/index_page.templ
Normal file
@@ -0,0 +1,13 @@
|
||||
package homeview
|
||||
|
||||
import "git.haelnorr.com/h/oslstats/internal/view/baseview"
|
||||
|
||||
// Page content for the index page
|
||||
templ IndexPage() {
|
||||
@baseview.Layout("OSL Stats") {
|
||||
<div class="text-center mt-25">
|
||||
<div class="text-4xl lg:text-6xl">OSL Stats</div>
|
||||
<div>Placeholder text</div>
|
||||
</div>
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user