This commit is contained in:
2026-01-03 15:46:06 +02:00
parent 6ce7edd194
commit d64645599d
9 changed files with 643 additions and 307 deletions

View File

@@ -1,12 +1,11 @@
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<base href="/">
<link rel="icon" type="image/png" href="/static/img/favicon.png">
<title>JWT SPA project</title>
<link rel="icon" type="image/png" href="/img/favicon.png">
<title>TS Web</title>
<link rel="stylesheet" href="/static/css/style.css">
<script defer src="/static/js/app.js"></script>
</head>
@@ -18,7 +17,7 @@
<main id="content"></main>
<footer>
<p>© 2025 Go Markdown SPA</p>
<p>© 2025 TriggersSmith web</p>
</footer>
</body>
</html>