index.html 479 字节
Newer Older
W
wangqun 已提交
1 2 3 4 5
<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>paddle web demo</title>
W
wangqun 已提交
6
        <meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
W
wangqun 已提交
7 8
    </head>
    <body>
W
wangqun 已提交
9 10 11
        <img id="image" src="https://m.baidu.com/se/static/img/iphone/logo.png" style="max-width: 100%;">
        <input type="file" id="uploadImg">
        <div id="txt"></div>
W
wangqun 已提交
12 13 14
        <script src="index.es6"></script>
    </body>
</html>