I am the dumb
This commit is contained in:
parent
5d879979a9
commit
9c5ac7bf56
4 changed files with 5 additions and 3 deletions
2
index.js
2
index.js
|
@ -225,6 +225,8 @@ function pageUpdate() {
|
|||
html = html.replace("{SEASONAL_EFFECT}", "")
|
||||
}
|
||||
|
||||
html = '<!-- The following code is dynamically generated, I apologize for any formatting errors. Please view the "resources/mainPage.html" on the codeberg repository for something more readable. -->\n' + html
|
||||
|
||||
fs.writeFileSync(path.join(__dirname, 'static/index.html'), html)
|
||||
}
|
||||
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
|
||||
<link rel="stylesheet" href="../style.css">
|
||||
<link rel="stylesheet" href="../../style.css">
|
||||
|
||||
|
||||
<meta content="Discord Status - Violet's Purgatory" property="og:title" />
|
||||
|
|
|
@ -22,7 +22,7 @@
|
|||
<p>Just some fun things that really don't have use on the main page but exist anyway!</p>
|
||||
|
||||
<div class="fadediv container-fluid ">
|
||||
<a href="./discord">Dynamic Discord Status (Javascript, W.I.P)</a>
|
||||
<p class="chip"><a href="./discord">Dynamic Discord Status (Javascript, W.I.P)</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
|
@ -78,7 +78,7 @@ a {
|
|||
}
|
||||
|
||||
.chip:hover {
|
||||
/* background-color: rgb(20, 10, 30); */
|
||||
background-color: rgb(20, 10, 30);
|
||||
transform: scale(1);
|
||||
/* font-size: 1.35rem; */
|
||||
border-color: white;
|
||||
|
|
Loading…
Reference in a new issue