twrpme: Include mobvoi brand
Change-Id: Ibd22cdc77a3476cfb09f0b343102f68cec8eb0f1
Signed-off-by: Isaac Chen <isaacchen@isaacchen.cn>
diff --git a/oem/mobvoi.html b/oem/mobvoi.html
new file mode 100644
index 0000000..71140b2
--- /dev/null
+++ b/oem/mobvoi.html
@@ -0,0 +1,18 @@
+---
+layout: oem
+title: Mobvoi
+permalink: /Devices/Mobovoi/
+exclude: true
+---
+
+<div class="home">
+
+ <hr />
+ <ul class="post-list" id="post-list">
+ {% for post in site.mobvoi %}
+ <p>
+ <strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+ </p>
+ {% endfor %}
+ </ul>
+</div>