install.html
HTML document, ASCII text
1<!DOCTYPE html> 2<html lang="en-US"> 3 4<head> 5<title>How to Install</title> 6<link rel="stylesheet" href="style.css" /> 7</head> 8 9<body> 10<a href="index.html">go back</a> 11<ol> 12<li>Clone your .config repository.</li> 13<li>Create a <code>theme.css</code>.</li> 14<li>Use <code>git add .</code> and then <code>git commit -m "Add theme.css"</code> and ending with <code>git push</code></li> 15<li>If prompted, log into your Roundabout account.</li> 16</ol> 17</body> 18 19</html> 20