diff options
author | terminaldweller <thabogre@gmail.com> | 2022-03-21 21:57:51 +0000 |
---|---|---|
committer | terminaldweller <thabogre@gmail.com> | 2022-03-21 21:57:51 +0000 |
commit | b9047281771af59bc9dc5c6380321c3cfc81f1c0 (patch) | |
tree | e21c3e54541b12db4a100e765fd7bcaa11856250 /spring-front/public/index.html | |
parent | wip (diff) | |
download | mdrtl-b9047281771af59bc9dc5c6380321c3cfc81f1c0.tar.gz mdrtl-b9047281771af59bc9dc5c6380321c3cfc81f1c0.zip |
wip
Diffstat (limited to '')
-rw-r--r-- | spring-front/public/index.html | 29 |
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> |