diff options
Diffstat (limited to 'html/pollex.html')
-rw-r--r-- | html/pollex.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/html/pollex.html b/html/pollex.html new file mode 100644 index 0000000..d472b2b --- /dev/null +++ b/html/pollex.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + + <link href="/svg/favicon.svg" rel="icon" type="image/svg+xml"> + <title>Pollex</title> + + <link href="/css/main.css" rel="stylesheet"> + </head> + + <body class="pollex"> + <!--#include virtual="/shtml/navigationBar.shtml"--> + + <div id="frontPage"> + <img id="glyph" src="/svg/glyph/pollex.svg"> + </div> + + <div id="content"> + <p id="contentHeading">POLLEX</p> + </div> + </body> +</html> |