Skip to content
View hasot2013's full-sized avatar

Block or report hasot2013

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Maximum 250 characters. Please don't include any personal information such as legal names or email addresses. Markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
hasot2013/README.md
<title>Samis Evreni Giriş</title> <style> body { font-family: Arial, sans-serif; background: linear-gradient(#0e0e0e, #333); color: white; text-align: center; padding-top: 100px; } input { padding: 10px; margin: 10px; font-size: 16px; width: 80%; max-width: 300px; } #emailDiv { display: none; } #adminPanel { display: none; } </style>

Samis Evreni




Giriş Yap

Hoş geldin Hasot!

Admin Paneline başarıyla giriş yaptınız.

<script> function girisYap() { var nick = document.getElementById("nickname").value; var pass = document.getElementById("password").value; var email = document.getElementById("email").value; if (nick === "Hasot" && pass === "4116") { document.getElementById("emailDiv").style.display = "block"; if (email === "[email protected]") { document.getElementById("adminPanel").style.display = "block"; } else if (email !== "") { alert("Bu e-posta admin değil!"); } } else if (nick !== "" && pass !== "") { alert("Hoş geldin " + nick + "!"); } else { alert("Lütfen takma ad ve şifre girin."); } } </script>

Popular repositories Loading

  1. hasot2013 hasot2013 Public

    Config files for my GitHub profile.

  2. create create Public

    Forked from open-wc/create

    Repository for `npm init @open-wc`

    JavaScript