aboutsummaryrefslogtreecommitdiff
path: root/src/main/resources/views/fileview.rocker.html
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/resources/views/fileview.rocker.html')
-rw-r--r--src/main/resources/views/fileview.rocker.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/src/main/resources/views/fileview.rocker.html b/src/main/resources/views/fileview.rocker.html
new file mode 100644
index 0000000..910bdf2
--- /dev/null
+++ b/src/main/resources/views/fileview.rocker.html
@@ -0,0 +1,17 @@
+@args (String content)
+
+<!doctype html>
+<html lang="en">
+<head>
+ <meta charset="UTF-8">
+ <meta content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"
+ name="viewport">
+ <meta content="ie=edge" http-equiv="X-UA-Compatible">
+ <title>Fileview</title>
+</head>
+<body>
+<textarea disabled style="border: none; background-color: white; width: 100vw; height: 100vh">
+ @content
+</textarea>
+</body>
+</html>