Auto patch API
This commit is contained in:
parent
c700036aa2
commit
c8d6516dd7
8 changed files with 23 additions and 9 deletions
|
|
@ -1,7 +1,7 @@
|
|||
<footer class="footer">
|
||||
<div class="content">
|
||||
<p class="has-text-centered">
|
||||
Made with <span style="color: #e25555;">♥</span> in <a href="https://github.com/pablouser1/tiktok-viewer">Github</a>
|
||||
Made with <span style="color: #e25555;">♥</span> in <a href="https://github.com/pablouser1/tiktok-alt-frontend">Github</a>
|
||||
</p>
|
||||
</div>
|
||||
</footer>
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue