aboutsummaryrefslogtreecommitdiff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/public/index.html b/public/index.html
index 9aac4ed..7c8411a 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,10 +1,10 @@
<!DOCTYPE html>
-<html>
+<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="Joris Guyonvarch">
- <meta name="description" content="I am a developer using functional programming. Here are my resume and projects.">
+ <meta name="description" content="I am a developer using functional programming. View my resume and projects.">
<title>Joris Guyonvarch</title>
<link rel="stylesheet" href="style.css" />
<link rel="icon" href="icon.png" />
@@ -12,7 +12,7 @@
<body>
<header class="g-Header">
- <a href="" class="g-Header__Link g-Header__Link--Current">Resume</a>
+ <a href="/" class="g-Header__Link g-Header__Link--Current">Resume</a>
<a href="projects.html" class="g-Header__Link ">Projects</a>
</header>