diff options
Diffstat (limited to 'pages/index.vue')
| -rw-r--r-- | pages/index.vue | 29 |
1 files changed, 27 insertions, 2 deletions
diff --git a/pages/index.vue b/pages/index.vue index e94175e..1e70d3c 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,8 +1,33 @@ <template> <div> - <h1>La paye de Chine</h1> + <h1>Le pays de Chine</h1> <p>Par Andrew Lee</p> - <nuxt-link to="/page1">Next Page</nuxt-link> + <h2>La propre nom de Chine</h2> + <p>République populaire de Chine</p> + <p>(中华人民共和国)</p> + <img + src="https://upload.wikimedia.org/wikipedia/commons/f/fa/Flag_of_the_People%27s_Republic_of_China.svg" + height="20%" + width="20%" + /> + <h2>Mon nom en chinois</h2> + <p>(李家俊) Lee Gar-Jun</p> + <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%" + /> + <br /> </div> </template> |
