about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-08-16 23:54:12 +0200
committerEmile <git@emile.space>2024-08-16 23:54:12 +0200
commite141ab4a9e0af5ef8a0c6b5f8e758dfd2b989b7f (patch)
treeb6281884983396d5491ce7aa3eff080edf85e2e3
parent1dd0f306f665d2881834bac1aa610cea0b21024a (diff)
code formatting
-rw-r--r--templates/index.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 5f3e253..87b59df 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -24,6 +24,7 @@
   Essentially
   <br><br>
 
+  <div class="code">
   <pre class="codeline">; r2 malloc://1024                            # allocate 1KB of memory</pre>
   <pre class="codeline">[;0x00000000]> e asm.arch = x86               # define the arch to use</pre>
   <pre class="codeline">[;0x00000000]> e asm.bits = 32                # define the bits to use</pre>
@@ -42,6 +43,7 @@
   <pre class="codeline">..                                            # in a loop</pre>
   <pre class="codeline">[;0x00000000]> aes                            # step</pre>
   <pre class="codeline">[;0x00000000]> ?v 1+theend                    # check if the end cond. is met</pre>
+  </div>
 
   <br>
   More info in the following blogpost: <a href="https://emile.space/blog/2020/r2wars/">https://emile.space/blog/2020/r2wars/</a>