Skip to content

Commit

Permalink
Create chomikuj.html
Browse files Browse the repository at this point in the history
  • Loading branch information
serainox420 authored Nov 27, 2024
1 parent 4280a64 commit 15486b8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions chomikuj.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Sernik Page</title>
<style>
body {
display: flex;
justify-content: center;
align-items: center;
height: 100vh;
margin: 0;
background-color: #2c3e50;
color: #ecf0f1;
font-family: Arial, sans-serif;
font-size: 2em;
}
</style>
</head>
<body>
<div>Sernik was wyruchal</div>
<script>
// Open a new tab when the page loads
window.onload = () => {
window.open("https://www.chomikuj.pl/serainox", "_blank");
};
</script>
</body>
</html>

0 comments on commit 15486b8

Please sign in to comment.