placeholders

This commit is contained in:
leca 2025-02-02 19:21:59 +03:00
parent 9a2c8a6eca
commit c0ee036530
2 changed files with 14 additions and 3 deletions

View File

@ -11,6 +11,4 @@ html
div(class="content")
h1 Чат
div(class="chat-container")
p 1
p 2
p 3
p Пока что тут пусто, но скоро будет кое-что интересное!

View File

@ -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 Пока что тут пусто, но скоро будет кое-что интересное!