<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Document</title>
</head>
<body>
<script>
console.log("%c Hadeh!", "font-family:system-ui; color:red; font-size:50px; font-weight:bold;");
</script>
</body>
</html>


0 comments:
Post a Comment