aboutsummaryrefslogtreecommitdiffstats
path: root/spring-front/public/index.html
blob: c74140de9d98a9a205630ec51c99082f47e222b3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
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>