diff --git a/src/dict/contants.ts b/src/dict/contants.ts
index 4a95b70..e754536 100644
--- a/src/dict/contants.ts
+++ b/src/dict/contants.ts
@@ -7,8 +7,61 @@ const FIELDS = {
AUDIO: 'Audio',
};
-const DECK_HTML =
- `
+const DECK_HTML_FRONT =
+`
+
{{Zhuyin}}
+{{Pinyin}}
+{{Simplified}}
+{{Traditional}}
+{{Definitions}}
+
+
+
+
+`;
+
+const DECK_HTML_BACK =
+`
+{{Zhuyin}}
+{{Pinyin}}
+{{Simplified}}
+{{Traditional}}
+{{Audio}}
+
)}
diff --git a/static/img/_MaterialIcons-Regular.woff2 b/static/img/_MaterialIcons-Regular.woff2
new file mode 100644
index 0000000..5492a6e
Binary files /dev/null and b/static/img/_MaterialIcons-Regular.woff2 differ
diff --git a/static/img/_characterpop.svg b/static/img/_characterpop.svg
new file mode 100644
index 0000000..fb73165
--- /dev/null
+++ b/static/img/_characterpop.svg
@@ -0,0 +1,11 @@
+
+
diff --git a/static/img/_hanzicraft.png b/static/img/_hanzicraft.png
new file mode 100644
index 0000000..9f56036
Binary files /dev/null and b/static/img/_hanzicraft.png differ
diff --git a/static/img/_pleco.png b/static/img/_pleco.png
new file mode 100644
index 0000000..ced9647
Binary files /dev/null and b/static/img/_pleco.png differ
diff --git a/static/img/_rtega.png b/static/img/_rtega.png
new file mode 100644
index 0000000..d10a7e6
Binary files /dev/null and b/static/img/_rtega.png differ
diff --git a/static/img/_tatoeba.png b/static/img/_tatoeba.png
new file mode 100644
index 0000000..67b473a
Binary files /dev/null and b/static/img/_tatoeba.png differ
diff --git a/static/img/_youdao.png b/static/img/_youdao.png
new file mode 100644
index 0000000..cdf9711
Binary files /dev/null and b/static/img/_youdao.png differ