Antwort
Wenn ihr dazu gleich schreibt, dann versteht ihr euch auch noch. Schön :)
Wenn ihr dazu gleich schreibt, dann versteht ihr euch auch noch. Schön :)
Entweder Air Max 90s oder Air Max Command LTR.
<!DOCTYPE html>
<html>
<head>
<title>normaler titel</title>
<meta charset="utf-8">
</head>
<body>
<script>
window.onblur = function() {
document.title = 'come back'
};
window.onfocus = function() {
document.title = 'normaler titel'
};
</script>
</body>
</html>