Implement Sone inserting.
[Sone.git] / src / main / resources / templates / insert / index.html
diff --git a/src/main/resources/templates/insert/index.html b/src/main/resources/templates/insert/index.html
new file mode 100644 (file)
index 0000000..73e35a8
--- /dev/null
@@ -0,0 +1,12 @@
+<html>
+       <head>
+               <title>Sone “<% currentSone.name|html>” - Sone</title>
+       </head>
+       <body>
+               <h1>Sone “<% currentSone.name|html>”</h1>
+               <p>
+                       This page should not be viewed directly; it is merely a reminder
+                       that you should install the <i>Sone</i> plugin.
+               </p>
+       </body>
+</html>