app tag before script

This commit is contained in:
Primakov Alexandr Alexandrovich 2023-02-24 16:01:08 +03:00
parent ef85fc2af4
commit 3fce369336
2 changed files with 2 additions and 2 deletions

View File

@ -7,9 +7,9 @@
</head> </head>
<body> <body>
<div id="app"></div>
<script src="{{baseUrl}}/fire.app/{{fireappVersion}}/dist/index.js"></script> <script src="{{baseUrl}}/fire.app/{{fireappVersion}}/dist/index.js"></script>
{{>"partials/scripts.hbs"}} {{>"partials/scripts.hbs"}}
<div id="app"></div>
</body> </body>
</html> </html>

View File

@ -7,9 +7,9 @@
</head> </head>
<body> <body>
<div id="app"></div>
<script src="{{baseUrl}}/fire.app/{{fireappVersion}}/index.js"></script> <script src="{{baseUrl}}/fire.app/{{fireappVersion}}/index.js"></script>
{{>"partials/scripts.hbs"}} {{>"partials/scripts.hbs"}}
<div id="app"></div>
</body> </body>
</html> </html>