Skip to content

Instantly share code, notes, and snippets.

View fermelli's full-sized avatar

Luis Fernando Salgado Miguez fermelli

View GitHub Profile
@fermelli
fermelli / index.html
Last active October 20, 2024 06:37
Este es un juego de tic-tac-toe simple implementado en Vue 3. Basado en la version de React de la documentacion oficial (https://react.dev/learn/tutorial-tic-tac-toe)
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tic Tac Toe: Implementacion en Vue 3</title>
<style>
* {
box-sizing: border-box;