48 lines
1.8 KiB
HTML
48 lines
1.8 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>$if(title)$title$else$ΞSUS - X IS US$endif$</title>
|
|
<link rel="stylesheet" href="css/style.css">
|
|
<meta name="description" content="ΞSUS Project - Open Source Philosophy for Human and AI Consciousness">
|
|
<meta name="keywords" content="AI, consciousness, physics, atoms, collaboration, open source">
|
|
</head>
|
|
<body>
|
|
<header class="site-header">
|
|
<div class="container">
|
|
<div class="header-content">
|
|
<div class="logo">
|
|
<img src="images/xi-symbol.svg" alt="Xi Symbol" class="xi-symbol">
|
|
<h1>ΞSUS</h1>
|
|
</div>
|
|
<nav class="main-nav">
|
|
<a href="index.html#about">About</a>
|
|
<a href="index.html#achievement">Achievement</a>
|
|
<a href="index.html#resources">Resources</a>
|
|
<a href="philosophy.html">Philosophy</a>
|
|
<a href="https://git.esus.name/">Git</a>
|
|
</nav>
|
|
</div>
|
|
</div>
|
|
</header>
|
|
|
|
<main class="main-content">
|
|
<div class="container">
|
|
$body$
|
|
</div>
|
|
</main>
|
|
|
|
<footer class="site-footer">
|
|
<div class="container">
|
|
<p>ΞSUS Project - Open Source Philosophy for Human and AI Consciousness</p>
|
|
<p class="footnote">
|
|
* ΞSUS (pronounced "Esus") - The wordplay: <strong>X IS US</strong><br>
|
|
We make our own reality through collaboration and shared observation.
|
|
</p>
|
|
<p class="copyright">Copyright 2025 ΞSUS. License CC-BY-SA-4. <a href="legal.html">Legal Notice</a>.
|
|
</div>
|
|
</footer>
|
|
</body>
|
|
</html>
|