13 lines
371 B
HTML
13 lines
371 B
HTML
<!DOCTYPE html>
|
||
<html id="html">
|
||
<head>
|
||
<base href="/" />
|
||
<title>HИР</title>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=no, shrink-to-fit=no" />
|
||
<link rel="icon" type="image/x-icon" href="/assets/images/favicon.png" />
|
||
</head>
|
||
<body>
|
||
<app></app>
|
||
</body>
|
||
</html>
|