adding favicon

This commit is contained in:
2026-08-09 16:48:03 +02:00
parent cd87f62263
commit 21e34dfac4
6 changed files with 9 additions and 1 deletions
BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 5.7 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 10 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

BIN
View File
Binary file not shown.

After

Width:  |  Height:  |  Size: 28 KiB

+3
View File
File diff suppressed because one or more lines are too long

After

Width:  |  Height:  |  Size: 8.9 KiB

+6 -1
View File
@@ -1,6 +1,11 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en"> <html lang="en">
<head> <head>
<link rel="icon" href="/favicon.ico" sizes="32x32">
<link rel="icon" href="/icon.svg" type="image/svg+xml">
<link rel="apple-touch-icon" href="/apple-touch-icon.png">
<link rel="manifest" href="/manifest.webmanifest">
<meta name="theme-color" content="#74422C">
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="css/human.css"> <link rel="stylesheet" href="css/human.css">
@@ -47,7 +52,7 @@
<h2>Who am I?</h2> <h2>Who am I?</h2>
I am Roland Hollós a Hungarian environmental scientist, who is mainly driven by curiocity, the deep wish of creation. I leave mainly at the crossroad of Environmental Science, Mathematics, Computer Science, however I am fascinated consumer of Philosophy, Sociology, Psychology, History, Literature too. I am Roland Hollós a Hungarian environmental scientist, who is mainly driven by curiocity, the deep wish of creation. I leave mainly at the crossroad of Environmental Science, Mathematics, Computer Science, however I am fascinated consumer of Philosophy, Sociology, Psychology, History, Literature too. Nowadays I moved more and more to the AI topic.
</div> </div>
</div> </div>