index.html problem
parent
d5703307ed
commit
a6c86c097a
|
|
@ -92,7 +92,8 @@
|
|||
"src/vniigaz-v2/css"
|
||||
]
|
||||
},
|
||||
"styles": ["src/styles.scss"]
|
||||
"styles": ["src/styles.scss"],
|
||||
"index": "src/vniigaz-v2/index.html"
|
||||
}
|
||||
},
|
||||
"defaultConfiguration": "production"
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
<html id="html">
|
||||
<head>
|
||||
<base href="/" />
|
||||
<title>ЧУ СЦ ВНИИГАЗ-Сертификат</title>
|
||||
<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>
|
||||
|
|
|
|||
|
|
@ -0,0 +1,12 @@
|
|||
<!DOCTYPE html>
|
||||
<html id="html">
|
||||
<head>
|
||||
<base href="/" />
|
||||
<title>ЧУ СЦ ВНИИГАЗ-Сертификат</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>
|
||||
Loading…
Reference in New Issue