1
0
mirror of synced 2025-01-18 09:04:52 +01:00

web: Some more SEO

This commit is contained in:
WerWolv 2023-12-16 11:39:07 +01:00
parent b1aa4fd3f8
commit f90f4b00a8
2 changed files with 9 additions and 3 deletions

View File

@ -9,7 +9,7 @@
<!-- Primary Meta Tags --> <!-- Primary Meta Tags -->
<title>ImHex Web - Free Online Hex Editor for Reverse Engineers</title> <title>ImHex Web - Free Online Hex Editor for Reverse Engineers</title>
<meta name="title" content="ImHex"> <meta name="title" content="ImHex">
<meta name="description" content="Free and extremely powerful Online Hex Editor. ImHex is a free and open source Hex Editor for Reverse Engineers and Developers and Data Analysts."> <meta name="description" content="Free and extremely powerful Online Hex Editor for your Web Browser. ImHex is a free and open source Hex Editor for Reverse Engineers and Developers and Data Analysts.">
<link rel="icon" type="image/x-icon" href="favicon.ico"> <link rel="icon" type="image/x-icon" href="favicon.ico">
<link rel="apple-touch-icon" href="icon.png"> <link rel="apple-touch-icon" href="icon.png">
@ -66,6 +66,7 @@
<img src="https://raw.githubusercontent.com/WerWolv/ImHex/master/plugins/builtin/romfs/assets/dark/banner.png" id="logo" alt="ImHex Logo"/> <img src="https://raw.githubusercontent.com/WerWolv/ImHex/master/plugins/builtin/romfs/assets/dark/banner.png" id="logo" alt="ImHex Logo"/>
<h1>A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.</h1> <h1>A Hex Editor for Reverse Engineers, Programmers and people who value their retinas when working at 3 AM.</h1>
<h2>Available both natively and on the web</h2> <h2>Available both natively and on the web</h2>
<h5>ImHex runs directly in your web browser with the help of Emscripten and WebAssembly.</h5>
<div style="height: 50%"> <div style="height: 50%">
<div style="height: 30%"> </div> <div style="height: 30%"> </div>

View File

@ -27,7 +27,7 @@ body {
left: 0; left: 0;
} }
h1, h2 { h1, h2, h5 {
color: #F0F0F0; color: #F0F0F0;
font-size: 20px; font-size: 20px;
font-family: monospace; font-family: monospace;
@ -38,8 +38,13 @@ h1, h2 {
} }
h2 { h2 {
margin-top: 15px;
font-size: 17px;
}
h5 {
margin-top: 0px; margin-top: 0px;
font-size: 18px; font-size: 17px;
} }
#not_working { #not_working {