roundabout-test,
created on Saturday, 11 May 2024, 22:54:32 (1715468072),
received on Sunday, 12 May 2024, 14:32:56 (1715524376)
Author identity: Steve0Greatness <steve0greatnessiscool@gmail.com>
f767540c1c19d88231459e0e4434273cc6348c4a
index.html
@@ -8,6 +8,8 @@
<body>
<h1><sub>Unofficial</sub> Roundabout Theme Index</h1>
<p>Don't know how to install a theme? See <a href="install.html">install.html</a></p>
<ul id="ThemeList"></ul>
<template id="ThemeListElement">
install.html
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>How to Install</title>
</head>
<body>
<a href="index.html">go back</a>
<ol>
<li>Clone your .config repository.</li>
<li>Create a <code>theme.css</code>.</li>
<li>Use <code>git add .</code> and then <code>git commit -m "Add theme.css"</code> and ending with <code>git push</code></li>
<li>If prompted, log into your Roundabout account.</li>
</ol>
</body>
</html>