<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="style.css">
<title>Main Html Code</title>
</head>
<body class="body">
<h2 class="text-center mt-5 text-secondary">Welcome to Main Html and Css Code My Coder furkibu</h2>
<p>That's the name of the paragraph.</p>
<footer>2023 my furkibu</footer>
<script src="app.js"></script>
</body>
</html>
Click to see the description in this file!
// Come Back Site Name
const name1 = document.title;
window.onblur = () =>
document.title = "Come Back Please :(";
window.onfocus = () =>
document.title = name1;