From c0ee036530f3b814651cb4df257c218f4e3f3065 Mon Sep 17 00:00:00 2001 From: leca Date: Sun, 2 Feb 2025 19:21:59 +0300 Subject: [PATCH] placeholders --- views/chat.pug | 4 +--- views/worldmap.pug | 13 +++++++++++++ 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/views/chat.pug b/views/chat.pug index 0aec001..5288954 100644 --- a/views/chat.pug +++ b/views/chat.pug @@ -11,6 +11,4 @@ html div(class="content") h1 Чат div(class="chat-container") - p 1 - p 2 - p 3 \ No newline at end of file + p Пока что тут пусто, но скоро будет кое-что интересное! \ No newline at end of file diff --git a/views/worldmap.pug b/views/worldmap.pug index e69de29..c3cc835 100644 --- a/views/worldmap.pug +++ b/views/worldmap.pug @@ -0,0 +1,13 @@ +html + head + meta(name="viewport" content="width=device-width, initial-scale=1.0") + title Личный кабинет | Карта + link(href="css/index.css" rel="stylesheet") + body + iframe(name="hiddenFrame" style="position:absolute; top:-1px; left:-1px; width:1px; height:1px;") + include header.pug + + div(class="content-container") + div(class="map-container") + h1 Карта + p Пока что тут пусто, но скоро будет кое-что интересное! \ No newline at end of file