Add Amazfit Pace Markdown

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