diff --git a/app/static/.gitkeep b/app/static/.gitkeep
new file mode 100644
index 0000000..e69de29
diff --git a/app/templates/base.html b/app/templates/base.html
new file mode 100644
index 0000000..7406a33
--- /dev/null
+++ b/app/templates/base.html
@@ -0,0 +1,49 @@
+
+
+
+
+
+ {% block title %}EFI Hub{% endblock %}
+
+
+
+
+
+
+
+
+ {% block content %}{% endblock %}
+
+
+
+
+
+
\ No newline at end of file