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