eg/tryhy: add footer
This commit is contained in:
parent
d8515c54f9
commit
564bef5db8
@ -30,6 +30,7 @@ body {
|
||||
margin-top: 177px;
|
||||
margin-left: 230px;
|
||||
-webkit-transform: skew(4deg) rotate(4deg);
|
||||
transform: skew(4deg) rotate(4deg);
|
||||
}
|
||||
|
||||
div#hy-console.console div.jquery-console-inner {
|
||||
@ -38,3 +39,18 @@ div#hy-console.console div.jquery-console-inner {
|
||||
overflow: hidden;
|
||||
background: none;
|
||||
}
|
||||
|
||||
#footer {
|
||||
margin-left: 165px;
|
||||
margin-top: 65px;
|
||||
-webkit-transform: skew(4deg) rotate(4deg);
|
||||
transform: skew(4deg) rotate(4deg);
|
||||
font-family: monospace;
|
||||
font-style: italic;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
#footer a {
|
||||
color:#686868;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
@ -10,12 +10,13 @@
|
||||
var hy_version = '{{hy_version}}';
|
||||
var server_software = '{{server_software}}';
|
||||
</script>
|
||||
<link href='http://fonts.googleapis.com/css?family=Coda|Orbitron' rel='stylesheet' type='text/css'>
|
||||
<link rel="stylesheet" type="text/css" href="css/style.css">
|
||||
<meta property="og:title" content="try-hylang" />
|
||||
<meta property="og:image" content="http://docs.hylang.org/en/latest/_images/hy_logo-smaller.png" />
|
||||
<meta property="og:description" content="hylang repl">
|
||||
<body>
|
||||
<div id="hy-console" class="console">
|
||||
</div>
|
||||
<div id="hy-console" class="console"></div>
|
||||
<div id="footer"><a href="https://github.com/hylang/hy/pull/316" target="_new">hy/pull/316</a></div>
|
||||
</body>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user