Update index.html

This commit is contained in:
Eric 2015-07-15 14:52:57 -07:00
parent f39afd4543
commit 0703564312
1 changed files with 2 additions and 2 deletions

View File

@ -66,8 +66,8 @@
<span class="pl-k">return</span> <span class="pl-c1">0</span>; <span class="pl-k">return</span> <span class="pl-c1">0</span>;
}</pre></div> }</pre></div>
<p>This would return <code>\x1b[0;32mMy number is \x1b[0;92m5\x1b[0;39m\n</code>, <p>This would return <code>\x1b[0;32mMy number is \x1b[0;92m5\x1b[0;39m\n</code><br />
Printing str in <em>dark green</em> and num in <em>light green</em></p> Printing str in <em style="color:#002200;">dark green</em> and num in <em style="color:#00ff00">light green</em></p>
</section> </section>
<footer> <footer>
<p>This project is maintained by <a href="https://github.com/sk-5">sk-5</a></p> <p>This project is maintained by <a href="https://github.com/sk-5">sk-5</a></p>