index.html
HTML document, ASCII text
1<!DOCTYPE html> 2<html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> 3 4<head> 5<title>Roundabout Theme Index</title> 6<link rel="stylesheet" href="required.css" /> 7<link rel="stylesheet" href="style.css" defer="defer" /> 8<link rel="stylesheet" href="breadcrumbs.css" defer="defer" /> 9<link rel="stylesheet" href="code.css" defer="defer" /> 10<link rel="stylesheet" href="fonts.css" defer="defer" /> 11<meta charset="UTF-8" /> 12<meta name="viewport" content="width=device-width, initial-scale=1.0" /> 13<meta http-equiv="X-UA-Compatible" content="ie=edge" /> 14<link rel="icon" href="favicon.ico" /> 15</head> 16 17<body> 18<hgroup role="group"> 19<h1>Roundabout Theme Index</h1> 20<p class="subtitle">The hub for Roundabout Themes</p> 21</hgroup> 22<p>Welcome to the homepage of the Roundabout Theme Index. Looking for a theme? Take a look at <a href="themes.xml">themes.xml</a> for the list of themes.</p> 23<h2 id="help-resources">Help and Resources</h2> 24<ul> 25<li>Don't know how to install a theme? See <a href="install.html">install.html</a></li> 26<li>Want your own theme here? See <a href="submit.html">submit.html</a></li> 27<li>Source code available at <a rel="external" href="https://roundabout-host.com/steve0greatness/ThemeIndex">roundabout-host.com/steve0greatness/ThemeIndex</a></li> 28<li>Join our Matrix: <a rel="external" href="https://matrix.to/#/#roundaboutthemeindex:matrix.org">#roundaboutthemeindex:matrix.org</a></li> 29</ul> 30<h3 id="theme-creation">Theme Creation</h3> 31<p>This section is for resources about theme creation.</p> 32<ul> 33<li>Roundabout default theme: <a rel="external" href="https://roundabout-host.com/roundabout/roundabout/tree/master/static/efficient-ui/THEME.css">roundabout-host.com/roundabout/roundabout/tree/master/static/efficient-ui/THEME.css</a></li> 34<li>Roundabout stylesheet: <a rel="external" href="https://roundabout-host.com/roundabout/roundabout/tree/master/static/style.css">roundabout-host.com/roundabout/roundabout/tree/master/static/style.css</a></li> 35</ul> 36<h3 id="notes">Notes</h3> 37<ul> 38<li>The fonts Roboto and Roboto Mono are used on this website. They're licensed under the Apache License, a copy of which is found at <a rel="nofollow" href="/Roboto_LICENSE.txt">Roboto_LICENSE.txt</a>.</li> 39<li>This website as a whole is licensed under the GNU GPL v3.</li> 40</ul> 41</body> 42 43</html> 44