about summary refs log tree commit diff
diff options
context:
space:
mode:
-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!