Auto patch API

This commit is contained in:
Pablo Ferreiro 2022-01-04 00:18:13 +01:00
parent c700036aa2
commit c8d6516dd7
No known key found for this signature in database
GPG key ID: 41FBCE65B779FA24
8 changed files with 23 additions and 9 deletions

View file

@ -1,7 +1,7 @@
<footer class="footer">
<div class="content">
<p class="has-text-centered">
Made with <span style="color: #e25555;">&#9829;</span> in <a href="https://github.com/pablouser1/tiktok-viewer">Github</a>
Made with <span style="color: #e25555;">&#9829;</span> in <a href="https://github.com/pablouser1/tiktok-alt-frontend">Github</a>
</p>
</div>
</footer>

View file

@ -4,8 +4,10 @@
{include 'components/head.latte', title: 'Home'}
<body>
{include 'components/navbar.latte'}
<section class="hero is-fullheight-with-navbar">
<section class="hero is-fullheight">
<div class="hero-head">
{include 'components/navbar.latte'}
</div>
<div class="hero-body">
<div class="container has-text-centered">
<p class="title">Welcome to TikTok Alt-Frontend!</p>