Add Essential PH-1

Change-Id: Ida816198753317292a35c56eada1f84e2dfc491e
diff --git a/oem/essential.html b/oem/essential.html
new file mode 100644
index 0000000..e4a5002
--- /dev/null
+++ b/oem/essential.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Essential
+permalink: /Devices/Essential/
+exclude: true
+---
+
+<div class="home">
+
+  <hr />
+  <ul class="post-list" id="post-list">
+    {% for post in site.essential %}
+      <p>
+	<strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+      </p>
+    {% endfor %}
+  </ul>
+</div>