summaryrefslogtreecommitdiffhomepage
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html62
1 files changed, 62 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..989afca
--- /dev/null
+++ b/index.html
@@ -0,0 +1,62 @@
+<!DOCTYPE html>
+<html lang="en">
+
+<head>
+ <!-- Courtesy of https://github.com/LeoColomb/perfectmotherfuckingwebsite -->
+ <style>
+ body {
+ max-width: 650px;
+ margin: 40px auto;
+ padding: 0 10px;
+ font: 18px/1.5 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
+ color: #444;
+ }
+
+ h1,
+ h2,
+ h3 {
+ line-height: 1.2;
+ }
+
+ @media (prefers-color-scheme: dark) {
+ body {
+ color: #c9d1d9;
+ background: #0d1117;
+ }
+
+ a:link {
+ color: #58a6ff;
+ }
+
+ a:visited {
+ color: #8e96f0;
+ }
+ }
+ </style>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
+ <title>ZLUDA</title>
+</head>
+
+<body>
+ <section class="section">
+ <div class="container">
+ <h1>
+ <a style="color: #0d1117 !important; text-decoration:none;" href="https://vosen.github.io/ZLUDA">ZLUDA</a>
+ <div style="float: right;">
+ <a href="https://github.com/vosen/ZLUDA"><img src="https://img.shields.io/badge/github-%23121011.svg?style=for-the-badge&logo=github&logoColor=white"/></a> <a href="https://discord.gg/sg6BNzXuc7"><img src="https://img.shields.io/badge/Discord-%235865F2.svg?style=for-the-badge&logo=discord&logoColor=white"/></a>
+ </div>
+ </h1>
+
+<ul>
+
+
+ <li>2024-10-04 <a href="https:&#x2F;&#x2F;vosen.github.io&#x2F;ZLUDA&#x2F;blog&#x2F;zludas-third-life&#x2F;">ZLUDA&#x27;s third life</a></li>
+
+</ul>
+
+ </div>
+ </section>
+</body>
+
+</html> \ No newline at end of file