Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
Ghost-codery authored Jan 5, 2025
0 parents commit 6833853
Show file tree
Hide file tree
Showing 2 changed files with 85 additions and 0 deletions.
Binary file added Course/gregory.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
85 changes: 85 additions & 0 deletions Course/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
<html>
<head>
<title>My website</title>
<style>
.p1 {
background-color: rgb(190, 10, 0);
text-align:center;
border-radius: 10px;
font-size: 50px;
font-weight: Bold;
cursor: pointer;
padding: 10px;
margin-bottom: -65px;
}
.bods {
background-color: rgb(20,190,100);
}
.p2 {
background-color: rgb(190, 10, 0);
border-radius: 10px;
font-size: 50px;
font-weight: Bold;
cursor: pointer;
padding: 10px;

}
.center {
background-color: rgb(116, 219, 88);
text-align:center;
border-radius: 10px;
font-size: 50px;
font-weight: Bold;
padding: 10px;
}
.center2 {
background-color: rgb(230, 3, 255);
text-align:center;
border-radius: 10px;
font-size: 50px;
font-weight: Bold;
padding: 10px;
}
.welcome {
background-color: rgb(242, 234, 119);
text-align:center;
border-radius: 10px;
font-size: 50px;
font-weight: Bold;
padding: 10px;
}
.message {
background-color: rgb(242, 300, 50);
text-align:center;
border-radius: 10px;
font-size: 50px;
font-weight: Bold;
padding: 10px;
}
</style>
</head>
<body class="bods">
<p class="welcome"><b>Welcome to the bomber detection agency</b></p>
<p class="p1"><a style="text-decoration:none" href="https://www.youtube.com/">Youtube</a></P>
<p class="p2" align="center">Quote of the day <br> "Are you scamming me greg"-Alex</p>
<p class="center"><i>Bomber detecter</i><br>
<i>Suspects on list</i><br>
<b>Bilal</b></br>
<b>Lil Bomber</b></br>
<strike>Saint Nucluer Nicholas </strike></br>
<b>No other bombers detected in local area</b><br>
</p>
<p class="center2">
<b>Our Hitman</b></br>
<b>Name:Gregory</b></br>
<img src="gregory.png" alt="gregory"></br>
<b>Be warned he may be stupid but he can use a lightsaber</b></br>
</P>
<p class="message">
<b>REMEBER KIDS BOMBING IS GAY
</b>
</p>
</body>


</html>

0 comments on commit 6833853

Please sign in to comment.