15 lines
561 B
HTML
15 lines
561 B
HTML
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
|
<script src="/node_modules/bootstrap/dist/js/bootstrap.min.js"></script>
|
||
|
<link rel="stylesheet" href="/node_modules/bootstrap/dist/css/bootstrap.min.css">
|
||
|
<link rel="stylesheet" href="/node_modules/@fortawesome/fontawesome-free/css/all.min.css">
|
||
|
<title>НАЗВАНИЕ</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<noscript>You need to enable JavaScript to run this app.</noscript>
|
||
|
<div id="root"></div>
|
||
|
</body>
|
||
|
</html>
|