45 lines
1.5 KiB
HTML
45 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<link rel="stylesheet" href="main.css" />
|
|
<link
|
|
rel="icon"
|
|
href="https://cdn.jsdelivr.net/npm/@fortawesome/fontawesome-free@5.14/svgs/solid/book.svg"
|
|
/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta name="theme-color" content="#000000" />
|
|
<meta
|
|
name="description"
|
|
content="Web site created using create-react-app"
|
|
/>
|
|
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
<!-- Compiled and minified CSS -->
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"
|
|
/>
|
|
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
<link
|
|
rel="stylesheet"
|
|
href="https://npmcdn.com/react-bootstrap-table/dist/react-bootstrap-table-all.min.css"
|
|
/>
|
|
<link
|
|
href="//netdna.bootstrapcdn.com/bootstrap/4.1.1/css/bootstrap.min.css"
|
|
rel="stylesheet"
|
|
/>
|
|
<link
|
|
href="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.css"
|
|
rel="stylesheet"
|
|
/>
|
|
|
|
<title>Migrations Tracker</title>
|
|
</head>
|
|
<body>
|
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
<div id="root"></div>
|
|
<script src="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/js/materialize.min.js"></script>
|
|
<script src="https://unpkg.com/material-components-web@latest/dist/material-components-web.min.js"></script>
|
|
</body>
|
|
</html>
|