Add Support For Realme 3

Signed-off-by: chankruze <chankruze@gmail.com>
Change-Id: Ifc70fc72cb6d53a964da8727837b11f952e1fe21
diff --git a/oem/realme.html b/oem/realme.html
new file mode 100644
index 0000000..1a786a6
--- /dev/null
+++ b/oem/realme.html
@@ -0,0 +1,17 @@
+---
+layout: oem
+title: Realme
+permalink: /Devices/Realme/
+exclude: true
+---
+
+<div class="home">
+    <hr />
+    <ul class="post-list" id="post-list">
+        {% for post in site.realme %}
+        <p>
+            <strong><a href="{{ post.url | prepend: site.baseurl }}">{{ post.title }} ({{ post.codename }})</a></strong>
+        </p>
+        {% endfor %}
+    </ul>
+</div>
\ No newline at end of file