mirror of
https://github.com/thelounge/thelounge
synced 2024-11-29 23:40:28 +00:00
Added robots.txt
This commit is contained in:
parent
8b9572b00b
commit
b61b731ca3
2 changed files with 3 additions and 1 deletions
|
@ -620,7 +620,7 @@ button {
|
||||||
}
|
}
|
||||||
#chat .messages {
|
#chat .messages {
|
||||||
display: block;
|
display: block;
|
||||||
padding: 4px 10px;
|
padding: 0px 10px;
|
||||||
}
|
}
|
||||||
#chat .row {
|
#chat .row {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
2
client/robots.txt
Normal file
2
client/robots.txt
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
User-agent: *
|
||||||
|
Disallow: /
|
Loading…
Reference in a new issue