Switch all text to English and remove code comments
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="es">
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Hola Mundo</title>
|
||||
<title>Hello World</title>
|
||||
<link rel="stylesheet" href="style.css">
|
||||
</head>
|
||||
<body>
|
||||
@@ -11,7 +11,7 @@
|
||||
<div class="scanline"></div>
|
||||
|
||||
<div class="container">
|
||||
<h1 class="glitch" data-text="Hola Mundo">Hola Mundo</h1>
|
||||
<h1 class="glitch" data-text="Hello World">Hello World</h1>
|
||||
<p class="subtitle"><span id="typed"></span></p>
|
||||
<p class="counter" id="counter"></p>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user