15 lines
398 B
HTML
15 lines
398 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>byHaider</title>
|
|
<base href="/">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
|
<link rel="icon" href="logo/square_black.svg" media="(prefers-color-scheme: light)">
|
|
<link rel="icon" href="logo/square_white.svg" media="(prefers-color-scheme: dark)">
|
|
</head>
|
|
<body>
|
|
<app-root></app-root>
|
|
</body>
|
|
</html>
|