roundabout-test,
created on Sunday, 12 May 2024, 03:09:42 (1715483382),
received on Sunday, 12 May 2024, 14:32:56 (1715524376)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
19f1eac857838e11a4879a4734e50f4bd9ba1864
index.html
@@ -12,8 +12,14 @@
<p class="subtitle">The unofficial hub for Roundabout Themes</p>
</hgroup>
<p>Don't know how to install a theme? See <a href="install.html">install.html</a></p>
<p>Want your own theme here? See <a href="submit.html">submit.html</a></p>
<details class="resources">
<summary>Help and Resources</summary>
<ul>
<li>Don't know how to install a theme? See <a href="install.html">install.html</a></li>
<li>Want your own theme here? See <a href="submit.html">submit.html</a></li>
<li>Source code available at <a href="https://roundabout-host.com/steve0greatness/ThemeIndex">roundabout-host.com/steve0greatness/ThemeIndex</a></li>
</ul>
</details>
<ul id="ThemeList"></ul>
style.css
@@ -3,6 +3,14 @@ td {
text-align: center;
}
.download {
cursor: click;
#ThemeList {
padding: 0;
margin: 0;
}
#ThemeList li {
width: fit-content;
display: inline-block;
list-style: none;
}