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<h1>Installing a Theme</h1> 12<ol> 13<li>Clone your .config repository.</li> 14<li>Create a <code>theme.css</code>.</li> 15<li>Use <code>git add .</code> and then <code>git commit -m "Add theme.css"</code> and ending with <code>git push</code></li> 16<li>If prompted, log into your Roundabout account.</li> 17</ol> 18</body> 19 20</html> 21