mirror of
https://github.com/vale981/highlight-lisp
synced 2025-03-06 01:31:41 -05:00
adding some sass
This commit is contained in:
parent
f24cb0b093
commit
b5dc940057
1 changed files with 14 additions and 6 deletions
20
index.md
20
index.md
|
@ -6,12 +6,20 @@ layout: default
|
|||
highlight-lisp demo
|
||||
===================
|
||||
|
||||
<script type="text/javascript">
|
||||
function do_highlight() {
|
||||
HighlightLisp.highlight_auto();
|
||||
}
|
||||
</script>
|
||||
<input type="button" id="highlight_btn" value="Click me to highlight!" onclick="do_highlight()" />
|
||||
HI!! Tired of *boring and outdated* looking Lisp code scaring away your website's
|
||||
visitors, costing you millions per year? Is the wife nagging you endlessly? Did
|
||||
some schmuck get *your* promotion at work?
|
||||
|
||||
Worry no more, your life is about to be transformed:
|
||||
|
||||
<input
|
||||
type="button"
|
||||
value="Click to CHANGE YOUR LIFE FOREVER!"
|
||||
id="highlight_btn"
|
||||
onclick="HighlightLisp.highlight_auto(); document.getElementById('highlight_btn').style.display='none';"
|
||||
/>
|
||||
|
||||
**!!!WARNING!!!** There is no going back!
|
||||
|
||||
<pre><code class="lisp">;; known globals
|
||||
*read-base*
|
||||
|
|
Loading…
Add table
Reference in a new issue