This commit is contained in:
2025-10-08 11:24:30 -05:00
commit 5037bd25f1
11 changed files with 526 additions and 0 deletions
+19
View File
@@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>SMCC</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<p id="currentUrl">URL actual: </p>
<div class="message-container">
<textarea id="userMessage" placeholder="Escribe tu mensaje aquí"></textarea>
<button id="saveMessage">Guardar mensaje</button>
<p id="savedMessage" class="saved-message"></p>
</div>
</div>
<script src="popup.js"></script>
</body>
</html>