diff options
author | mattkae <mattkae@protonmail.com> | 2022-07-24 15:46:09 -0400 |
---|---|---|
committer | mattkae <mattkae@protonmail.com> | 2022-07-24 15:46:09 -0400 |
commit | 62a7b1c6fbc462285112e67d0c6b40e6ed0ded28 (patch) | |
tree | 073d185f6ba04a44102f27622729119000600871 /index.html | |
parent | df2c1d8c1fb298602be6028fca44e055947a7894 (diff) |
Meta descriptions and disallowing certain items
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 11 |
1 files changed, 6 insertions, 5 deletions
@@ -2,10 +2,11 @@ <html lang="en"> <head> <meta name="viewport" content="width=device-width, initial-scale=1.0"> - <meta charset="utf-8"> - <link rel="stylesheet" href="/index.css"> - <title>Matthew Kosarek</title> - <link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon"> + <meta charset="utf-8"> + <link rel="stylesheet" href="/index.css"> + <title>Matthew Kosarek</title> + <link rel="shortcut icon" href="/favicon/favicon.ico" type="image/x-icon"> + <meta name="description" content="The personal website of Matthew kosarek"> </head> <body> @@ -56,7 +57,7 @@ Hello! My name is Matthew Kosarek. I am a computer programmer from northern New Jersey and I currently live and work in Montreal, Quebec. I keep my CV up to date on this website, and I also provide some links to some extracurriculars that I am up to. - In my spare time, I build some cool graphics scenes in C++/OpenGL and display them here via emcc. + In my spare time, I build some graphics scenes in C++/OpenGL, compile them via <code>emcc</code> and post them here as "themes". </p> </section> <section> |