aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'spring-front/src/index.html')
-rw-r--r--spring-front/src/index.html23
1 files changed, 0 insertions, 23 deletions
diff --git a/spring-front/src/index.html b/spring-front/src/index.html
deleted file mode 100644
index d82108b..0000000
--- a/spring-front/src/index.html
+++ /dev/null
@@ -1,23 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
- <head>
- <script
- crossorigin
- src="https://unpkg.com/react@17/umd/react.production.min.js"
- ></script>
- <script
- crossorigin
- src="https://unpkg.com/react-dom@17/umd/react-dom.production.min.js"
- ></script>
- <script src="https://unpkg.com/babel-standalone@6/babel.min.js"></script>
- <link rel="stylesheet" href="index.css" />
- <meta charset="utf-8" />
- <meta name="viewport" content="width=device-width" />
- <title></title>
- link
- </head>
- <body>
- <div id="root"></div>
- <script src="index.js" type="text/babel"></script>
- </body>
-</html>