Add meta tag for encoding in config html template. (#6)
* Add meta tag for encoding in config html template. * Raise development version.
This commit is contained in:
Родитель
502db0c152
Коммит
c583749701
|
@ -1,4 +1,4 @@
|
|||
{
|
||||
"version": "0.1.4",
|
||||
"version": "0.1.5",
|
||||
"baseUri": "https://localhost:44300"
|
||||
}
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head> </head>
|
||||
<head>
|
||||
<meta charset="utf-8" />
|
||||
</head>
|
||||
<body>
|
||||
<div id="root" style="width: 100%"></div>
|
||||
</body>
|
||||
|
|
Загрузка…
Ссылка в новой задаче