<!DOCTYPE html> <html> <head> <meta charset="utf-8"> <title>paddle web demo</title>
<meta name="viewport" content="width=device-width,minimum-scale=1.0,maximum-scale=1.0,user-scalable=no">
</head> <body>
<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>
<script src="index.es6"></script> </body> </html>