Skip to content
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
30 changes: 30 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<meta name="viewport" content="width=device-width, initial-scale=1.0 ">
<html>

<body style="
background-color: blue;">

<h1 style="display: block;
text-align: center;">A website made be the bast programer ever.</h1>
<p style="display: block;
text-align: center;">Do not press this button</p>
<div style="display: flex;
justify-content: center;">
<button onclick="alert('I said do not press the button 😡')" style="color: red;
border: none;
font-size: 50px;
background-color: black;
height: 250px;
width: 340px;
border-radius: 20px;
font-weight: bold;
justify-content: center;
align-items: center;
cursor: pointer;
">Do not</button>

</div>
</body>

</html