Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
changyunhai authored Mar 23, 2024
1 parent 4aaa751 commit 519138a
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions build/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
<html lang="en">

<head>
<meta charset="utf-8" />
<link rel="icon" href="./favicon.ico" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="theme-color" content="#000000" />
<meta name="description" content="Web site created using create-react-app" />
<title>IES Parser</title>
</head>

<body><noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root">IES viewer</div>
</body>

</html>

0 comments on commit 519138a

Please sign in to comment.