diff --git a/htdocs/themes/default/views/about.php b/htdocs/themes/default/views/about.php
index d695820..c9c02c6 100644
--- a/htdocs/themes/default/views/about.php
+++ b/htdocs/themes/default/views/about.php
@@ -2,7 +2,22 @@
About
- To edit this page edit application/views/about.php.
+
Stikked is an Open-Source PHP Pastebin, with the aim of keeping a simple and easy to use user interface.
+
Stikked allows you to easily share code with anyone you wish. Here are some features:
+
+
+ - Easy setup
+ - Syntaxhighlighting for many languages, including live syntaxhighlighting with CodeMirror
+ - Paste replies
+ - Diff view between the original paste and the reply
+ - An API
+ - Trending pastes
+ - Anti-Spam features
+ - Themes support
+ - Multilanguage support
+ - And many more. View this review or visit the Repo on GitHub: https://github.com/claudehohl/Stikked
+
+
load->view("defaults/footer");?>