├── footer.txt ├── home.txt ├── main.txt └── content.txt /footer.txt: -------------------------------------------------------------------------------- 1 | this is a footer. -------------------------------------------------------------------------------- /home.txt: -------------------------------------------------------------------------------- 1 | this is mainpage -------------------------------------------------------------------------------- /main.txt: -------------------------------------------------------------------------------- 1 | this is slack homepage -------------------------------------------------------------------------------- /content.txt: -------------------------------------------------------------------------------- 1 | this is a slack content. --------------------------------------------------------------------------------