Skip to content
This repository was archived by the owner on Oct 5, 2020. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 9 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,16 @@
<head>
<title>Web Development</title>
</head>
<style type="text/css">
body{
background: #F0C27B;
background: -webkit-linear-gradient(to right, #4B1248, #F0C27B);
background: linear-gradient(to right, #4B1248, #F0C27B);
}

</style>
<body>
<i><h1 style="text-align: center;">Welcome to the home page. Click the desired project link that you want to see ! </h1></i>
<ol>
<li><a href= "Snake_FOoDie/Welcome.html" target="_blank">Snake Game</a></li>
<li><a href= "orderTrack/index.html" target="_blank">Assignments</a></li>
Expand Down