placeholders
This commit is contained in:
parent
9a2c8a6eca
commit
c0ee036530
|
@ -11,6 +11,4 @@ html
|
||||||
div(class="content")
|
div(class="content")
|
||||||
h1 Чат
|
h1 Чат
|
||||||
div(class="chat-container")
|
div(class="chat-container")
|
||||||
p 1
|
p Пока что тут пусто, но скоро будет кое-что интересное!
|
||||||
p 2
|
|
||||||
p 3
|
|
|
@ -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 Пока что тут пусто, но скоро будет кое-что интересное!
|
Loading…
Reference in New Issue