Emne 2
This commit is contained in:
parent
6b3922eddc
commit
6dc8d7f2a8
26 changed files with 20147 additions and 1 deletions
12
react_test/spa_react/public/index.html
Normal file
12
react_test/spa_react/public/index.html
Normal file
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
|
||||
<title>React SPA application</title>
|
||||
</head>
|
||||
<body>
|
||||
<div id="root"></div>
|
||||
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue