guams_homepage/index.html
2025-02-16 13:08:21 +01:00

31 lines
1.1 KiB
HTML

<!doctype html>
<html class="no-js" lang="">
<head>
<title>Guams</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta content="Guams" property="og:title" />
<meta
content="Hi, I'm Guams, a french developer. Here you can see my open source projects, my blog and more."
property="og:description" />
<meta content="https://guams.fr" property="og:url" />
<meta content="img/guams.gif" property="og:image" />
<meta content="#609926" data-react-helmet="true" name="theme-color" />
<link rel="stylesheet" href="css/style.css">
</head>
<body>
<div>
<h1>Welcome to guams.fr</h1>
<nav>
<ul>
<li><a href="index.html">Home</a></li>
<li><a target="_blank" href="https://gitea.guams.fr">My Gitea</a></li>
<li><a target="_blank" href="https://abonentendeur.guams.fr">My blog</a></li>
<li><a href="about.html">About</a></li>
</ul>
<a target="_blank" href="https://fish.golf"><img src="img/fishgolf.gif" alt="fishgolf"></a>
</nav>
</div>
</body>
</html>