diff --git a/src/main/java/stirling/software/SPDF/controller/web/GeneralWebController.java b/src/main/java/stirling/software/SPDF/controller/web/GeneralWebController.java
index 1d61a0ae..14ec0be6 100644
--- a/src/main/java/stirling/software/SPDF/controller/web/GeneralWebController.java
+++ b/src/main/java/stirling/software/SPDF/controller/web/GeneralWebController.java
@@ -14,11 +14,11 @@ public class GeneralWebController {
model.addAttribute("currentPage", "merge-pdfs");
return "merge-pdfs";
}
- @GetMapping("/game")
+ @GetMapping("/about")
@Hidden
public String gameForm(Model model) {
- model.addAttribute("currentPage", "game");
- return "game";
+ model.addAttribute("currentPage", "about");
+ return "about";
}
@GetMapping("/multi-tool")
diff --git a/src/main/resources/messages_en_GB.properties b/src/main/resources/messages_en_GB.properties
index e0e07a5b..ca470761 100644
--- a/src/main/resources/messages_en_GB.properties
+++ b/src/main/resources/messages_en_GB.properties
@@ -105,6 +105,8 @@ home.PDFToHTML.desc=Convert PDF to HTML format
home.PDFToXML.title=PDF to XML
home.PDFToXML.desc=Convert PDF to XML format
+home.ScannerSplit.title=Split Scanner photos
+home.ScannerSplit.desc=Splits multiple photos from within a photo
navbar.settings=Settings
@@ -118,6 +120,7 @@ settings.downloadOption.3=Download file
settings.zipThreshold=Zip files when the number of downloaded files exceeds
+
#OCR
diff --git a/src/main/resources/static/images/scanner.svg b/src/main/resources/static/images/scanner.svg
new file mode 100644
index 00000000..491d428c
--- /dev/null
+++ b/src/main/resources/static/images/scanner.svg
@@ -0,0 +1,13 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/main/resources/templates/about.html b/src/main/resources/templates/about.html
new file mode 100644
index 00000000..41cdcf0a
--- /dev/null
+++ b/src/main/resources/templates/about.html
@@ -0,0 +1,82 @@
+
+
+
+