diff --git a/index.html b/index.html new file mode 100644 index 0000000000000000000000000000000000000000..ff05fa64ffa50f59eb0ea285dc67c2da6b8db3fc --- /dev/null +++ b/index.html @@ -0,0 +1,35 @@ + +<!DOCTYPE html> +<html> + <head> + <!-- Latest compiled and minified CSS --> + <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/css/bootstrap.min.css"> + +<!-- jQuery library --> + <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script> + +<!-- Latest compiled JavaScript --> + <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.4.1/js/bootstrap.min.js"></script> + +<!-- Link to CSS file --> + <link rel="stylesheet" href="index.css"> + + + </head> + + + <body> + <div class="jumbotron" id="homePageJumbo"> <h1 id="homepageTitle">THE QUAD</h1> + <h2 id="homePageSlogan">For the Students, <br> By the Students</h2> + + + + </div> + + + + + + + </body> +</html> \ No newline at end of file