Skip to content

Commit

Permalink
Add HTML
Browse files Browse the repository at this point in the history
  • Loading branch information
Inglan committed Nov 28, 2023
1 parent c387814 commit 0bdbe51
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>History Flooder</title>
</head>
<body>
<input type="text" id="name" placeholder="Website Name" />
<input type="text" id="url" placeholder="Redirect URL" />
<input type="number" id="count" placeholder="Count" />
<style>
* {
box-sizing: border-box;
}
body,
html {
padding: 0;
margin: 0;
background-color: #222;
}
</style>
</body>
</html>

0 comments on commit 0bdbe51

Please sign in to comment.