diff options
| -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> |
