Browse Source

feat: add about link

simple.css
Garrit Franke 3 years ago
parent
commit
8f26a99bbb
Signed by: garrit
GPG Key ID: 65586C4DDA55EA2C
  1. 6
      index.html

6
index.html

@ -4,7 +4,7 @@
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" /> <meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" /> <meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="Where developers can collectively learn and grow."> <meta name="description" content="Making software approachable for everyone">
<meta name="keywords" content="Developers, Dev, Community, Open, Free"> <meta name="keywords" content="Developers, Dev, Community, Open, Free">
<title>/dev.space</title> <title>/dev.space</title>
<link rel="shortcut icon" href="favicon.svg" type="image/svg+xml" /> <link rel="shortcut icon" href="favicon.svg" type="image/svg+xml" />
@ -16,9 +16,11 @@
<body> <body>
<header> <header>
<h1>/dev.space</h1> <h1>/dev.space</h1>
<p>Making software approachable for everyone</p>
<nav> <nav>
<a href="/" target="__blank">Home</a> <a href="/" target="__blank">Home</a>
<a href="/research-and-development" target="__blank">R&D</a> <a href="/about">About</a>
<a href="/research-and-development">R&D</a>
<a href="https://git.slashdev.space" target="__blank">Code</a> <a href="https://git.slashdev.space" target="__blank">Code</a>
</nav> </nav>
</header> </header>

Loading…
Cancel
Save