-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathabout.html
More file actions
39 lines (36 loc) · 1.36 KB
/
about.html
File metadata and controls
39 lines (36 loc) · 1.36 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
39
<!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">
<script type="module" src="https://md-block.verou.me/md-block.js"></script>
<link rel="icon" href="images/icon.png">
<title>About</title>
</head>
<body>
>
<header>
<nav class="navbar">
<a href="index.html"><img src="../images/icon.png"></a>
<a class="nav-link" href="index.html">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 active" aria-current="page" href="#">About</a>
<a class="nav-link" href="static-blog.html">Blog/News</a>
</nav>
</header>
<main>
<noscript>
<p>This feature require JS, to see the content without JS : <a
href=https://raw.githubusercontent.com/xgui4/xgui4/refs/heads/main/README.md> go Here </a></p>
</noscript>
<md-block src="https://raw.githubusercontent.com/xgui4/xgui4/refs/heads/main/README.md"></md-block>
</main>
<footer>
<p>Copyright 2026 ©️ Xgui4 Studio </p>
<p> License MIT </p>
<p>Last Updated : 2026-01-31</p>
</footer>
</body>
</html>