aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'spring-front/public/index.html')
-rw-r--r--spring-front/public/index.html29
1 files changed, 29 insertions, 0 deletions
diff --git a/spring-front/public/index.html b/spring-front/public/index.html
new file mode 100644
index 0000000..c74140d
--- /dev/null
+++ b/spring-front/public/index.html
@@ -0,0 +1,29 @@
+<!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"
+ type="text/css"
+ media="screen"
+ title="no title"
+ charset="utf-8"
+ />
+ <meta charset="utf-8" />
+ <meta name="viewport" content="width=device-width" />
+ <title>RTLMD</title>
+ </head>
+ <body>
+ <script src="index.js" defer></script>
+ <div id="root"></div>
+ </body>
+</html>