UNPKG

webc-matriz-eisenhower

Version:

Matriz de Eisenhower como Web Component sin dependencias externas

16 lines (15 loc) 469 B
<!doctype html> <html lang="en"> <head> <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet"> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> <title>Webc Matriz Eisenhower</title> <script type="module" src="src/components/WebcMatrizEisenhower.ts"></script> </head> <body> <webc-matriz-eisenhower > </webc-matriz-eisenhower> </body> </html>