Logo white

Zhang Zhuo / ObjectEVEComponents

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ObjectEVEComponents
  • public
  • index.html
  • 更新视频稳定版本 -张卓
    a031df93
    Zhang Zhuo authored
    2020-12-30 18:47:37 +0800  
    Browse Code »
index.html 314 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>React</title>
    <!-- <script src="js/liveplayer-element.min.js"></script> -->
  </head>
  <style>
    html,body,.root{
      width: 100%;
      height: 100%;
    }
  </style>
  <body>
    <div id="root" class="root"></div>
  </body>
</html>