diff --git a/index.html b/index.html
new file mode 100644
index 0000000..9c21b53
--- /dev/null
+++ b/index.html
@@ -0,0 +1,28 @@
+
+
+
+
+
+OSM search to GPX
+
+
+
+
Export OSM search to GPX file
+
+
+
+This form allows you to perform a search of the Open Street Map database (via Nominatim) and exports all results as Waypoints in a GPX file.
+
+
+
+
+
+
diff --git a/style.css b/style.css
new file mode 100644
index 0000000..bc2aac4
--- /dev/null
+++ b/style.css
@@ -0,0 +1,36 @@
+div.box {
+ color:#cecece;
+ background-image: url('/linen_login.jpg');
+ background-size: 100%;
+ width: 80%;
+ height: 80%;
+ margin: 0px auto;
+ overflow: auto;
+ padding:10px;
+ border-radius:10px;
+ box-shadow: 0px 0px 20px #000;
+}
+
+body {
+ background-image:url('/linen.jpg');
+ background-repeat:repeat;
+}
+
+div.head {
+ width: 80%;
+ margin: auto;
+}
+
+div.foot {
+ width: 80%;
+ margin:auto;
+ margin-top:20px;
+}
+
+div.foot a {
+ color: #0000aa;
+}
+
+a {
+ color:#8080ee;
+}