G
I created an operating system with HTML🥺
html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Operating System</title>
</head>
<body onclick="alert('yep this is an operating system.');">
<h1>Operating System</h1>
</body>
</html>