From 2c836845074f30d8c146cb8bae24b2255af636f7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Manuel=20Cortes=20Cer=C3=B3n?= Date: Mon, 30 Jun 2025 20:33:00 -0600 Subject: [PATCH] feat: add base HTML structure --- index.html | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 index.html diff --git a/index.html b/index.html new file mode 100644 index 0000000..b99ba86 --- /dev/null +++ b/index.html @@ -0,0 +1,12 @@ + + + + + + José Manuel Cortes Cerón - Portfolio + + +

Portfolio

+

Here you can find my portfolio

+ + \ No newline at end of file