17 lines
385 B
HTML
17 lines
385 B
HTML
<!doctype html>
|
|
<html lang="en" data-bs-theme="dark">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Newton</title>
|
|
<base href="./">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/x-icon" href="resources/newton.png">
|
|
</head>
|
|
<body>
|
|
|
|
<div class="container-fluid">
|
|
<app-root></app-root>
|
|
</div>
|
|
|
|
</body>
|
|
</html> |