aboutsummaryrefslogblamecommitdiffstats
path: root/spring-front/public/index.html
blob: fcfbe7a11cc49ad26731b8dccf0ffc0bb2754717 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                             
                      









                                                         
                                                 


                         
<!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="../src/index.js" defer></script>
    <div id="root"></div>
  </body>
</html>