Skip to content
Snippets Groups Projects
Select Git revision
  • 8fa45abe767341243d1fb2c597bf588ee5a1ac5f
  • main default protected
  • solution
3 results

index.html

Blame
  • index.html 934 B
    <!DOCTYPE html>
    <html lang="en">
      <head>
        <meta charset="utf-8" />
        <meta name="viewport" content="width=device-width, initial-scale=1" />
        <link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
        <meta
          name="description"
          content="Starter code for the class on dynamic programming."
        />
        <meta name="theme-color" content="#d00000" />
        <link rel="icon" href="%PUBLIC_URL%/logo.png" />
        <link rel="icon" href="%PUBLIC_URL%/logo.svg" />
        <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.png" />
        <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo.svg" />
        <link rel="apple-touch-startup-image" href="%PUBLIC_URL%/logo.png" />
        <link rel="apple-touch-startup-image" href="%PUBLIC_URL%/logo.svg" />
        <title>Dynamic Programming in Class</title>
      </head>
      <body>
        <noscript>You need to enable JavaScript to run this app.</noscript>
        <div id="root"></div>
      </body>
    </html>