16 lines
552 B
Plaintext
16 lines
552 B
Plaintext
|
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="content")
|
||
|
h1 Чат
|
||
|
div(class="chat-container")
|
||
|
p 1
|
||
|
p 2
|
||
|
p 3
|