blob: 00ae48f3ad0357fc813ef8f95e162c478d73fd2f [file] [log] [blame]
<!--
* <template>: html-like syntax
* CSS-like inline style
-->
<template>
<div style="align-items: center; margin-top: 120px;">
<image
src="https://alibaba.github.io/weex/img/weex_logo_blue@3x.png"
style="width: 360px; height: 82px;"
></image>
<text style="font-size: 48px;">Hello World</text>
</div>
</template>