From f90f4b00a8c9f8f9b620fb40fe2abddc17f9a4e0 Mon Sep 17 00:00:00 2001 From: WerWolv Date: Sat, 16 Dec 2023 11:39:07 +0100 Subject: [PATCH] web: Some more SEO --- dist/web/source/index.html | 3 ++- dist/web/source/style.css | 9 +++++++-- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/dist/web/source/index.html b/dist/web/source/index.html index 186cc23a4..089475a4d 100644 --- a/dist/web/source/index.html +++ b/dist/web/source/index.html @@ -9,7 +9,7 @@ ImHex Web - Free Online Hex Editor for Reverse Engineers - + @@ -66,6 +66,7 @@

A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.

Available both natively and on the web

+
ImHex runs directly in your web browser with the help of Emscripten and WebAssembly.
diff --git a/dist/web/source/style.css b/dist/web/source/style.css index dd57e1bad..299ee3b86 100644 --- a/dist/web/source/style.css +++ b/dist/web/source/style.css @@ -27,7 +27,7 @@ body { left: 0; } -h1, h2 { +h1, h2, h5 { color: #F0F0F0; font-size: 20px; font-family: monospace; @@ -38,8 +38,13 @@ h1, h2 { } h2 { + margin-top: 15px; + font-size: 17px; +} + +h5 { margin-top: 0px; - font-size: 18px; + font-size: 17px; } #not_working {