diff options
author | GitHub Actions <[email protected]> | 2024-10-04 14:10:32 +0000 |
---|---|---|
committer | GitHub Actions <[email protected]> | 2024-10-04 14:10:32 +0000 |
commit | 8aa74f4e2e2bdfb612bd60267683e41e233e8720 (patch) | |
tree | a20a7b068546c01518bf3f40be27a8e6ba4ec6c8 /index.html | |
download | ZLUDA-gh-pages.tar.gz ZLUDA-gh-pages.zip |
Deploy vosen/ZLUDA to vosen/ZLUDA:gh-pagesgh-pages
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 62 |
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://vosen.github.io/ZLUDA/blog/zludas-third-life/">ZLUDA's third life</a></li>
+
+</ul>
+
+ </div>
+ </section>
+</body>
+
+</html>
\ No newline at end of file |