diff options
Diffstat (limited to 'pages/index.vue')
| -rw-r--r-- | pages/index.vue | 20 |
1 files changed, 4 insertions, 16 deletions
diff --git a/pages/index.vue b/pages/index.vue index 1899e1f..0f2ed1d 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -5,28 +5,16 @@ <h2>Le propre nom de la Chine</h2> <p>République populaire de Chine<br />(中华人民共和国)</p> <img - src="https://upload.wikimedia.org/wikipedia/commons/f/fa/Flag_of_the_People%27s_Republic_of_China.svg" + src="~/assets/img/Flag_of_the_Peoples_Republic_of_China.svg" height="20%" width="20%" /> <h2>Mon nom chinois</h2> <p>(李家俊) Lee Gar-Jun</p> <!-- Put the meanings of this name --> - <img - src="https://strokeorder.com.tw/bishun-animation/674e-stroke-order.gif" - height="10%" - width="10%" - /> - <img - src="https://strokeorder.com.tw/bishun-animation/5bb6-stroke-order.gif" - height="10%" - width="10%" - /> - <img - src="https://strokeorder.com.tw/bishun-animation/4fca-stroke-order.gif" - height="10%" - width="10%" - /> + <img src="~/assets/img/674e-stroke-order.gif" height="10%" width="10%" /> + <img src="~/assets/img/5bb6-stroke-order.gif" height="10%" width="10%" /> + <img src="~/assets/img/4fca-stroke-order.gif" height="10%" width="10%" /> <br /> </div> </template> |
