13 lines
321 B
HTML
13 lines
321 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>Angular</title>
|
|
<base href="/">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" type="image/x-icon" href="/assets/logo.ico">
|
|
</head>
|
|
<body class="background-all">
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|