-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0 parents
commit 6833853
Showing
2 changed files
with
85 additions
and
0 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |