-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
38 lines (35 loc) · 1.3 KB
/
index.html
File metadata and controls
38 lines (35 loc) · 1.3 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
<!DOCTYPE html>
<html lang="en" data-bs-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link href="css/style.css" rel="stylesheet" />
<link rel="icon" href="images/icon.png" />
<title>Home</title>
</head>
<body>
>
<header>
<nav class="navbar navbar-expand-lg bg-body-tertiary">
<a href="#"><img src="../images/icon.png" /></a>
<a class="nav-link active" aria-current="page" href="#">Home</a>
<a class="nav-link" href="link-tree.html">Link Tree</a>
<a class="nav-link" href="projects.html">Projects</a>
<a class="nav-link" href="about.html">About</a>
<a class="nav-link" href="static-blog.html">Blog/News</a>
</nav>
</header>
<main>
<h1>Welcome to my site !</h1>
<img src="images/logo-xgui4-small-2-avril.png" />
<h1>What I am doing ? </h1>
<h2>I am learning C and GTK4 to one day contribute to XLibre or project with X11 to save X11</h2>
<h2>Ladybird need to be release soon and FreeBSD better be ready soon </h2>
</main>
<footer>
<p>Copyright 2026 ©️ Xgui4 Studio </p>
<p> License MIT </p>
<p>Last Updated : 2026-01-31</p>
</footer>
</body>
</html>