diff options
| author | Bobby <[email protected]> | 2022-06-27 00:40:39 +0530 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-06-27 00:40:39 +0530 |
| commit | 1bebd2d82a6af6fc68013bf1734be54646e88d0f (patch) | |
| tree | 451abc60c89560a59b1bd1f71915b49bb23e2b13 | |
| parent | e5840404312e6158c4f2a8d38720e898fdd43dd8 (diff) | |
| download | thatcomputerscientist-1bebd2d82a6af6fc68013bf1734be54646e88d0f.tar.xz thatcomputerscientist-1bebd2d82a6af6fc68013bf1734be54646e88d0f.zip | |
Added a work in progress message to the main page
| -rw-r--r-- | views/index.ejs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/views/index.ejs b/views/index.ejs index 1b679cf5..9db902a3 100644 --- a/views/index.ejs +++ b/views/index.ejs @@ -11,6 +11,12 @@ the site. </p> </div> + <br> + <div class="alert" style="background-color: rgb(223, 255, 243)"> + <p> + This website is a work in progress. I am currently working on adding more features to this website. I aim to build a retro looking personal website, where I will share my articles and Ideas, which will be built entirely around the idea of "collaborative writing" — where anyone can write new articles or edit existing ones. + </p> + </div> <section> <h2>Recent Posts</h2> </section> |
