iona_portfolio

Three-page portfolio website (https://zypz33.xyz/art/iona)
Log | Files | Refs

commit 475588e238cf4b4425840c8ff7fa85e724978243
parent 4f31400daf06311962ea6e832d213ad2f528f8c9
Author: Jo Young <>
Date:   Wed, 18 Feb 2026 11:57:24 +0000

Seperated meta and link tags

Diffstat:
Mindex.html | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/index.html b/index.html @@ -1,9 +1,10 @@ <!DOCTYPE html> <html lang=en> <head> + <meta name=viewport content="width=device-width, initial-scale=1.0"> + <link rel=icon href=favicon.ico> <link rel=stylesheet href="css/stylesheet.css"> - <meta name=viewport content="width=device-width, initial-scale=1.0"> <title> Iona's Portfolio </title>