2022-01-02 11:39:22 -05:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2022-01-03 10:11:24 -05:00
|
|
|
|
|
|
|
{include 'components/head.latte', title: 'Settings'}
|
|
|
|
|
2022-01-02 11:39:22 -05:00
|
|
|
<body>
|
2022-01-03 10:11:24 -05:00
|
|
|
{include 'components/navbar.latte'}
|
2022-01-02 11:39:22 -05:00
|
|
|
<section class="hero is-primary">
|
|
|
|
<div class="hero-body">
|
|
|
|
<div class="container">
|
|
|
|
<p class="title">Settings</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<section class="section">
|
|
|
|
<!-- Proxy settings -->
|
|
|
|
<p class="title">Proxy</p>
|
2022-01-05 18:11:00 -05:00
|
|
|
{include 'components/settings/proxy.latte'}
|
|
|
|
<hr />
|
|
|
|
<!-- Following -->
|
|
|
|
<p class="title">Following</p>
|
|
|
|
{include 'components/settings/following.latte'}
|
2022-01-02 11:39:22 -05:00
|
|
|
</section>
|
2022-01-03 10:11:24 -05:00
|
|
|
{include 'components/footer.latte'}
|
2022-01-02 11:39:22 -05:00
|
|
|
</body>
|
|
|
|
</html>
|