diff --git a/public/index.html b/public/index.html index 52d62354f4fa6011cd78c261330d243e629b8dad..b832c0db291a7538599b0a04b6aad34a8edda95c 100644 --- a/public/index.html +++ b/public/index.html @@ -41,6 +41,14 @@ <h5>Hello World!</h5> <h6>Hello World!</h6> + <style> + p {color : black; + background-color : lightgray; + font-size:30px;} + + </style> + <p> Welcome to Ajou University</p> + <p> This is a simple plain-HTML website on GitLab Pages, without any fancy static site generator. </p>