mirror of
https://github.com/brian8544/turtle-wow.git
synced 2025-01-03 21:34:35 +00:00
18 lines
195 B
PHP
18 lines
195 B
PHP
|
@include('layout.head')
|
||
|
|
||
|
<body>
|
||
|
|
||
|
@include('layout.header')
|
||
|
|
||
|
@livewire('reset-fa-code-form')
|
||
|
|
||
|
@include('layout.footer')
|
||
|
|
||
|
@include('layout.dependency')
|
||
|
|
||
|
@include('layout.script')
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|