Add serving of static files
Change-Id: I0cf257f7e74f05b903a45b84105a229161966541
diff --git a/plugin/templates/export.html b/plugin/templates/export.html
new file mode 100644
index 0000000..257310e
--- /dev/null
+++ b/plugin/templates/export.html
@@ -0,0 +1,21 @@
+<!DOCTYPE html>
+<html>
+<head>
+<meta charset="UTF-8">
+<title>Export Template</title>
+<script src="https://korap.ids-mannheim.de/js/korap-plugin-0.2.js"></script>
+</head>
+
+<body>
+<form>
+ <label for="fname">Dateiname: </label>
+ <input type="text" id="fname" name="fname"> <br>
+ Dateiformat:
+ <input type="radio" id="formatjson" name="format">
+ <label for="formatjson">JSON</label>
+ <input type="radio" id="formatrtf" name="rtf">
+ <label for="formatrtf">RTF</label><br>
+ <button> Exportieren </button>
+</form>
+</body>
+</html>
\ No newline at end of file