Things working
This commit is contained in:
commit
9d0b0c9f21
5 changed files with 9267 additions and 0 deletions
50
index.html
Normal file
50
index.html
Normal file
|
@ -0,0 +1,50 @@
|
|||
<html>
|
||||
|
||||
<head>
|
||||
|
||||
<title>heist</title>
|
||||
|
||||
<link rel="stylesheet" type="text/css" href="solarized_dark.css"/>
|
||||
<style type="text/css">
|
||||
body {
|
||||
background: #002B36;
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
}
|
||||
textarea {
|
||||
background: transparent;
|
||||
border: 0px;
|
||||
color: #fff;
|
||||
padding: 20px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
font-family: monospace;
|
||||
outline: none;
|
||||
resize: none;
|
||||
font-size: 13px;
|
||||
}
|
||||
#box {
|
||||
padding: 0px;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
#box code {
|
||||
padding: 20px;
|
||||
}
|
||||
</style>
|
||||
|
||||
<script type="text/javascript" src="jquery-1.6.3.js"></script>
|
||||
<script type="text/javascript" src="highlight.min.js"></script>
|
||||
<script type="text/javascript" src="application.js"></script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
<pre id="box" style="display:none;"><code></code></pre>
|
||||
|
||||
<textarea></textarea>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue