From 14958653b9bf92f56316511e8080baeeaf409b97 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Mon, 7 Aug 2017 08:55:33 +0300 Subject: Basic structure and initial homepage --- templates/index.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 templates/index.html (limited to 'templates/index.html') diff --git a/templates/index.html b/templates/index.html new file mode 100644 index 0000000..e0067fb --- /dev/null +++ b/templates/index.html @@ -0,0 +1,15 @@ +{% extends 'base.html' %} + +{% block body %} +
+
+

postmarketOS

+
+ +
+
+

postmarketOS, or pmOS in short, is a touch-optimized, pre-configured Alpine Linux with own packages, that can be installed on smartphones (Not usable for most people yet!).

+
+
+
+{% endblock %} -- cgit v1.3.1