Logo white

Zhang Zhuo / ObjectEVEComponents

Sign in
  • Sign in
  • Project
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • ObjectEVEComponents
  • dist
  • index.html
  • 更新bug -张卓
    76d17fa3
    Zhang Zhuo authored
    2020-12-23 19:42:52 +0800  
    Browse Code »
index.html 303 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
<!DOCTYPE html>
<html>
  <head>
    <meta charset="utf-8" />
    <title>React</title>
  </head>
  <style>
    html,body,.root{
      width: 100%;
      height: 100%;
    }
  </style>
  <body>
    <div id="root" class="root"></div>
  <script type="text/javascript" src="index.js"></script></body>
</html>