solaryzed/assets/index.html
Yann Esposito (Yogsototh) 2ca9551a54
only keep purescript
2020-03-02 00:32:59 +01:00

26 lines
822 B
HTML

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Solaryzed</title>
<style>
html,body {background: #000; color: #AAA;}
#container {
width: 800px;
margin: 0 auto;
font-size: 14px;
font-weight: bold;
font-family: "pt mono",Menlo,monospace;
display: block;
}
button { border: solid; font-weight: bold; }
button:hover { cursor: pointer; }
#dark { color: rgba(255,255,255,0.5); }
#light { color: rgba(0,0,0,0.5); }
#colors > div { width: 80px; margin: 10px; display: inline-block; border-radius: 3px; }
</style>
</head>
<body>
<script src="/app.js" charset="utf-8"></script>
</body>
</html>