Skip to content

Commit c0bff3d

Browse files
committed
page speed: improve
Signed-off-by: Sumner Evans <me@sumnerevans.com>
1 parent 7707157 commit c0bff3d

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

index.html

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,14 @@
22
<html>
33

44
<head>
5-
<meta charset="utf-8">
65
<title>Nevarro.Space</title>
76

7+
<meta charset="utf-8">
8+
<meta name="viewport" content="width=device-width, initial-scale=1">
9+
<meta name="description"
10+
content="Nevarro is an company dedicated to building great open source software and providing exceptional educational services.">
11+
12+
<link href="https://iosevka-webfonts.github.io/iosevka/Iosevka.css" rel="stylesheet">
813
<style>
914
body {
1015
background-color: #222;
@@ -65,7 +70,7 @@
6570
<body>
6671
<div class="container">
6772
<header class="main-header">
68-
<img src="n1-square.jpg" width="200" height="200" />
73+
<img src="n1-square.jpg" width="200" height="200">
6974
<h1>Nevarro</h1>
7075
</header>
7176
<main>
@@ -198,7 +203,7 @@ <h3>Legal and Financial Details</h3>
198203
<p>
199204
Here's a picture of Nevarro City from <i>The Mandalorian</i>.
200205
</p>
201-
<img src="nevarro-city.webp" />
206+
<img src="nevarro-city.webp" width="1074" height="537">
202207
<small>
203208
&copy; 2024 Nevarro LLC. All Rights Reserved.
204209
<a href="https://github.com/nevarro-space/nevarro.space">Source code</a>.

0 commit comments

Comments
 (0)