main
Line | |
---|
1 | <!DOCTYPE html>
|
---|
2 | <html lang="en" xmlns="http://www.w3.org/1999/xhtml" xmlns:th="http://www.thymeleaf.org">
|
---|
3 | <head>
|
---|
4 | <meta charset="UTF-8">
|
---|
5 | <title>еГлас - админ панел</title>
|
---|
6 | <link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/css/bootstrap.min.css" rel="stylesheet"
|
---|
7 | integrity="sha384-T3c6CoIi6uLrA9TneNEoa7RxnatzjcDSCmG1MXxSR1GAsXEV/Dwwykc2MPK8M2HN" crossorigin="anonymous">
|
---|
8 | <script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.2/dist/js/bootstrap.bundle.min.js"
|
---|
9 | integrity="sha384-C6RzsynM9kWDrMNeT87bh95OGNyZPhcTNXj1NW7RuBCsyN/o0jlpcV8Qyq46cDfL"
|
---|
10 | crossorigin="anonymous"></script>
|
---|
11 | <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
|
---|
12 | <script th:src="@{/qrcode.js}" ></script>
|
---|
13 | </head>
|
---|
14 | <body>
|
---|
15 | <div th:replace="~{navbar}"></div>
|
---|
16 | <div class="container-fluid px-0" th:insert="~{${replaceTemplate}}"></div>
|
---|
17 | </body>
|
---|
18 | </html> |
---|
Note:
See
TracBrowser
for help on using the repository browser.