Skip to content

Commit

Permalink
feat: change name
Browse files Browse the repository at this point in the history
  • Loading branch information
skifli authored Apr 12, 2024
1 parent a11ad3a commit 0ee7923
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 1 deletion.
2 changes: 1 addition & 1 deletion exeme-lang/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
<div id="title">
<a href="../">
<img src="../assets/img/logo.svg" alt="Exeme Project Logo" height="20px" width="auto" />
<p>exeme</p>
<p>the exeme project</p>
</a>
</div>
<div id="links">
Expand Down
58 changes: 58 additions & 0 deletions xyncer/index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
<!DOCTYPE html>

<html lang="en-GB">

<head>
<title>Exeme Lang | The Exeme Project</title>
<link rel="icon" href="../assets/img/logo.svg">

<script defer src="https://eu.umami.is/script.js" data-website-id="ba45a668-f8f5-4ea1-81e4-c51b3e6a6333"></script>

<link href="../assets/css/global.css" rel="stylesheet" />
<link href="../assets/css/components/navbar.css" rel="stylesheet" />
<link href="../assets/css/components/hero.css" rel="stylesheet" />
<link href="../assets/css/components/button.css" rel="stylesheet" />

<link href='https://unpkg.com/[email protected]/css/boxicons.min.css' rel='stylesheet'>
</head>

<body>
<div id="navbar">
<div id="title">
<a href="../">
<img src="../assets/img/logo.svg" alt="Exeme Project Logo" height="20px" width="auto" />
<p>the exeme project</p>
</a>
</div>
<div id="links">
<a class="custom" href="https://github.com/exeme-project/xyncer/releases">
<p>download</p>
</a>
<a class="custom" href="">
<p>docs</p>
</a>
<a class="custom" href="https://github.com/exeme-project/xyncer">
<p>github</p>
</a>
</div>
</div>

<div id="hero">
<div id="text">
<h1>xyncer</h1>
<p>
A tool for streaming applications between devices.
</p>
</div>
<div class="buttons">
<a href="" class="custom button">
<div>
<p>Get Started</p>
<i class='bx bx-right-arrow-alt'></i>
</div>
</a>
</div>
</div>
</body>

</html>

0 comments on commit 0ee7923

Please sign in to comment.