mirror of
https://github.com/brian8544/turtle-wow.git
synced 2024-12-27 18:04:35 +00:00
29 lines
536 B
PHP
29 lines
536 B
PHP
@include('layout.head')
|
|
|
|
|
|
@vite(['resources/css/armory.css'])
|
|
|
|
<body>
|
|
@include('layout.header')
|
|
|
|
<div class="container">
|
|
<div class="col-lg-12 d-flex justify-content-center" style="cursor: pointer;"><img
|
|
src="https://forum.turtle-wow.org/styles/pbwow3/theme/images/theme/logo.png" alt="Turtle Wow Armory"
|
|
class="center-block" style="max-height: 300px;"></div>
|
|
</div>
|
|
|
|
@livewire('armory-search')
|
|
|
|
@include('layout.footer')
|
|
|
|
@include('layout.dependency')
|
|
|
|
@include('layout.script')
|
|
|
|
</body>
|
|
|
|
|
|
</body>
|
|
|
|
</html>
|