about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEmile <git@emile.space>2024-08-16 22:49:12 +0200
committerEmile <git@emile.space>2024-08-16 22:49:12 +0200
commit3e99a31a1f478853d8429d18945f5c0deb6a98f6 (patch)
treefd278d13d3829981bbcfd2ba253db46b55958822
parentc3f88f9940e525fe7dcdc78a9dde10e1a31f385a (diff)
r2con reference on the main page
-rw-r--r--templates/index.html5
1 files changed, 2 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html
index 9184a9c..3c29a48 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -13,9 +13,8 @@
     <div class="error">{{ .err }}</div>
   {{ end }}
 
-
-  This is the r2wars web platform. Here, you can manage your bots and let them
-  "fight" (be executed) in the same memory space as others.
+  This is the r2wars web platform created for <a href="https://rada.re/con/2024/">r2con 2024</a>,
+  although it should be usable outside of the event itself. Here, you can manage your bots, battles, accounts and let them "fight" (be executed) in the same memory space against others.
 
   Under the hood, the <a href="https://radare.org/n/">radare2</a> <a href="https://book.rada.re/emulation/intro.html">ESIL Emulation</a> is used to allow all fun combinations!