commenting things

This commit is contained in:
CatAClock 2025-05-21 12:50:09 -07:00
parent 69605379c3
commit 4c871c5ce4
2 changed files with 7 additions and 0 deletions

View file

@ -22,16 +22,19 @@
</div>
<div class="Button" style="display: flex; justify-content: center; margin: auto;">
<!-- Sorry people! -->
<!-- Mastodon things. -->
<div>
<input type="text" class="WebInput Mastodon" placeholder="Website (mastodon.social)"/>
<p class="Login Mastodon"><em>Login to Mastodon</em></p>
<p class="Logout Mastodon Hidden"><em>Logout of Mastodon</em></p>
</div>
<!-- Bluesky things. -->
<div>
<input type="text" class="WebInput Bluesky" placeholder="Website (bsky.social)"/>
<p class="Login Bluesky"><em>Login to Bluesky</em></p>
<p class="Logout Bluesky Hidden"><em>Logout of Bluesky</em></p>
</div>
<!-- Youtube things. -->
<div>
<input type="text" class="WebInput Youtube" placeholder="Youtube API Key"/>
<input type="text" class="WebInput Youtube" placeholder="Youtube Channel Handle"/>
@ -41,6 +44,7 @@
</div>
</div>
<footer>
<!-- This button has a different script compared to others because of authentication measures. -->
<p class="SmallButton" onclick="window.location.href = window.location.origin"><b>Back</b></p>
</footer>
</body>

View file

@ -15,6 +15,7 @@
</head>
<body style="margin: 0px;">
<!-- This gets the user input to make sounds. Also it (hopefully) makes the user more passive. -->
<section class="WarningMessage">
<h2>Warning! Care for yourself!</h2>
<p>
@ -34,6 +35,7 @@
<h1>The World Wide Web</h1>
</header>
<!-- Container to be inside the container. -->
<div style="width: 100%" class="PostContainerContainer">
<div style="left: -170vw;" class="PostContainer Back">
<article class="Post">
@ -293,6 +295,7 @@
</div>
<!-- Arrows to put the stuff going forward and backward (scrolling posts). -->
<img class="Arrow" src="Icons/ArrowLeft.png" onclick="Back()"/>
<img class="Arrow" src="Icons/ArrowRight.png" onclick="Next()"/>