diff options
| author | uint <abhinav.prsai@gmail.com> | 2025-12-04 09:29:08 +0000 |
|---|---|---|
| committer | uint <abhinav.prsai@gmail.com> | 2025-12-04 09:29:08 +0000 |
| commit | 4c83fe5db9d09912304de7f6f5c24093c5133dfd (patch) | |
| tree | 7caf1676665fa99b3f55936a519d9e6d619c85ab /projects/xpet.html | |
| parent | f8e1f0623646072655607c178494d8ef31e5e433 (diff) | |
add project pages
Diffstat (limited to 'projects/xpet.html')
| -rw-r--r-- | projects/xpet.html | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/projects/xpet.html b/projects/xpet.html new file mode 100644 index 0000000..2bb98b9 --- /dev/null +++ b/projects/xpet.html @@ -0,0 +1,52 @@ +<!DOCTYPE html> +<html> +<head> + <meta charset="UTF-8"> + <title>mallocd.com</title> + + <link rel="stylesheet" href="../styles/def.css" type="text/css"> + + <link rel="preconnect" href="https://fonts.googleapis.com"> + <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> + <link href="https://fonts.googleapis.com/css2?family=Libertinus+Serif:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap" rel="stylesheet"> +</head> + +<body> + + <header> + <h1><a href="index.html" class="h_mallocd">: mallocd :</a></h1> + </header> + + <nav id="side-bar"> + <div> + <p class="side-title">pages:</p> + <ul> + <li><a href="about.html">> about</a></li> + <li><a href="articles.html">> articles</a></li> + <li><a href="docs/sxwm-dev.html">> docs</a></li> + <li><a href="contact.html">> contact</a></li> + </ul> + + <p class="side-title">projects:</p> + <ul> + <li><a href="asimotive3d.html">> asimotive3d</a></li> + <li><a href="sxwm.html">> sxwm</a></li> + <li><a href="sxbar.html">> sxbar</a></li> + <li><a href="xpet.html">> xpet</a></li> + </ul> + </div> + </nav> + + <article> + <!-- PAGE CONTENT STARTS HERE --> + <h2>title</h2> + <p>template</p> + <!-- PAGE CONTENT ENDS HERE --> + </article> + + <footer> + <p>(c) 2025 uint</p> + </footer> + +</body> +</html> |
