HM-31. Добавлен роутинг для страниц (#9)
This commit is contained in:
@ -8,6 +8,15 @@
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<!-- Шаблон контейнера страниц-->
|
||||
<template id="page-container">
|
||||
<div class="PageContainer"></div>
|
||||
</template>
|
||||
|
||||
<!-- Шаблон страниц -->
|
||||
<template id="page">
|
||||
<div class="Page"></div>
|
||||
</template>
|
||||
|
||||
<!-- Шаблон Модального окна -->
|
||||
<template id="test-modal">
|
||||
|
||||
Reference in New Issue
Block a user