Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
genderev committed Sep 8, 2020
1 parent 0429cdc commit cb4da97
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions server/index.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<!DOCTYPE html>
<html lang="en" >
<html lang="en">
<head>
<meta charset="UTF-8">
<title>ASSASSIN</title>
Expand Down Expand Up @@ -30,9 +30,7 @@
50% {
background-position: 100% 50%;
}
100% {
background-position: 0% 50%;
}
100% {background-position: 0% 50%;}
}
body {
min-height: 80vh;
Expand All @@ -52,10 +50,8 @@
font-family: Arial;
}
</style>

</head>
<body>
<h1>A S S A S S I N</h1>

</body>
</html>

0 comments on commit cb4da97

Please sign in to comment.