Skip to content

Commit

Permalink
feat: Rewritted Settings modal
Browse files Browse the repository at this point in the history
  • Loading branch information
cyperdark committed Oct 11, 2024
1 parent 0b7e461 commit 1c76749
Show file tree
Hide file tree
Showing 5 changed files with 269 additions and 152 deletions.
48 changes: 21 additions & 27 deletions packages/server/assets/homepage.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,11 @@
<html>

<head>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,700;1,400;1,700&display=swap"
rel="stylesheet">

<link rel="stylesheet" href="/assets/homepage.min.css">
<link rel="stylesheet" href="/assets/icons/style.css">
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico">
<title>tosu dashboard by ck v1.5</title>
</head>
<head>
<title>tosu dashboard by ck v1.5</title>
<link rel="icon" type="image/x-icon" href="/assets/favicon.ico" />
<link rel="stylesheet" href="/assets/homepage.min.css" />
<link rel="stylesheet" href="/assets/icons/style.css" />
<link rel="stylesheet" href="/assets/fonts/style.css" />
</head>

<body>
<header class="flexer">
Expand Down Expand Up @@ -42,7 +37,7 @@
<main>
<div class="links flexer">
<a href="https://github.com/tosuapp/tosu/wiki" target="_blank" class="flexer button open-button">
wikl
wiki
<i class="icon-link"></i>
</a>
<a target="_blank" class="flexer button open-folder-button" n="tosu.exe">
Expand All @@ -64,17 +59,16 @@
<div class="indent-left">
<input class="search-bar" type="text" placeholder="search">
</div>
</div>
<div class="results">
{{LIST}}
</div>
</main>
<footer>
<span>created by <a href="https://kotrik.ru/" target="_blank">KotRik</a>, <a href="https://github.com/xxCherry"
target="_blank">Cherry</a> & <a href="https://osuck.net/" target="_blank">cyperdark</a></span>
</footer>
<script type="module" src="/assets/homepage.js" defer></script>
</body>


</html>
<div class="results">{{LIST}}</div>
</main>
<footer>
<span>
created by <a href="https://kotrik.ru/" target="_blank">KotRik</a>,
<a href="https://github.com/xxCherry" target="_blank">Cherry</a>
&
<a href="https://osuck.net/" target="_blank">cyperdark</a>
</span>
</footer>
<script type="module" src="/assets/homepage.js"></script>
</body>
</html>
Loading

0 comments on commit 1c76749

Please sign in to comment.