Skip to content

Commit

Permalink
Fixed HTML code errors and code is more tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
epicminer256 committed Aug 18, 2023
1 parent ed8db20 commit 9715ad2
Showing 1 changed file with 51 additions and 56 deletions.
107 changes: 51 additions & 56 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,61 +1,56 @@
<!DOCTYPE html>
<html>
<head>
<title>Pull the Plug on Securly</title>
<link rel="icon" href="https://raw.githubusercontent.com/Epicminer256/Securascramble/main/IMG/favicon.ico">
<style type="text/css">
body {
color: #000;
font-family: 'Roboto', monospace;
}
#cow{
display: block;
background-image: url("https://github.com/Epicminer256/Securascramble/blob/main/IMG/background.gif?raw=true");
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 280px;
font-size: 0px;

}
<head>
<title>Pull the Plug on Securly</title>
<link rel="icon" href="https://raw.githubusercontent.com/Epicminer256/Securascramble/main/IMG/favicon.ico">
<style type="text/css">
body {
color: #000;
font-family: 'Roboto', monospace;
}
#cow{
display: block;
background-image: url("https://github.com/Epicminer256/Securascramble/blob/main/IMG/background.gif?raw=true");
background-position: center;
background-repeat: no-repeat;
width: 100%;
height: 280px;
font-size: 0px;

}
header {
text-align: center;
padding: 20px;
}

header {
text-align: center;
padding: 20px;
}
h1 {
font-size: 50px;
margin: 0;
}

h1 {
font-size: 50px;
margin: 0;
}

p {
font-size: 30px;
margin: 0;
padding: 20px;
text-align: center;
}
a {
font-size: 30px;
margin: 0;
padding: 20px;
text-align: center;
}
.center{
text-align: center;
}
</style>
<body>

<a onclick="event.preventDefault();alert('Drag and drop me to you bookmark bar, don\'t click me!')" href="javascript:fetch('https://raw.githubusercontent.com/Epicminer256/Securascramble/main/kill.js').then(r => r.text()).then(r => eval(r))">
<div id="cow">
Killswitch for Securly
</div>
</a>

<p>Drag this cow to your bookmarkbar (Use Ctrl+Shift+B to show/hide bookmarkbar)</p>

</body>
</div>
</div> </head>
p {
font-size: 30px;
margin: 0;
padding: 20px;
text-align: center;
}
a {
font-size: 30px;
margin: 0;
padding: 20px;
text-align: center;
}
.center{
text-align: center;
}
</style>
</head>
<body>
<a onclick="event.preventDefault();alert('Drag and drop me to you bookmark bar, don\'t click me!')" href="javascript:fetch('https://raw.githubusercontent.com/Epicminer256/Securascramble/main/kill.js').then(r => r.text()).then(r => eval(r))">
<div id="cow">
Killswitch for Securly
</div>
</a>
<p>Drag this cow to your bookmarkbar (Use Ctrl+Shift+B to show/hide bookmarkbar)</p>
</body>
</html>

0 comments on commit 9715ad2

Please sign in to comment.