2022-01-11 13:25:30 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
|
|
|
|
{include 'components/head.latte', title: 'ERROR'}
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<section class="hero is-danger is-fullheight">
|
|
|
|
<div class="hero-head">
|
|
|
|
{include 'components/navbar.latte'}
|
|
|
|
</div>
|
|
|
|
<div class="hero-body">
|
|
|
|
<div class="container">
|
2022-01-13 10:51:45 -05:00
|
|
|
<p class="title">API errror code {$error->tiktok_code}</p>
|
|
|
|
<p class="subtitle">{$error->tiktok_msg}</p>
|
2022-01-11 13:25:30 -05:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="hero-foot is-danger">
|
|
|
|
{include 'components/footer.latte'}
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</html>
|