mirror of
https://github.com/LBRYFoundation/lbry.com.git
synced 2025-08-23 17:47:26 +00:00
14 lines
346 B
PHP
14 lines
346 B
PHP
<main class="ancillary">
|
|
<section class="hero hero--half-height">
|
|
<div class="inner-wrap inner-wrap--center-hero">
|
|
<h1>{{page.badmethod}}</h1>
|
|
</div>
|
|
</section>
|
|
|
|
<section>
|
|
<div class="inner-wrap">
|
|
<p>{{page.badmethod_details}}</p>
|
|
<?php echo View::render('nav/_errorFooter') ?>
|
|
</div>
|
|
</section>
|
|
</main>
|