Commit ·
1b47c35
1
Parent(s): f30fccc
Match amazon/README frontmatter; add index.html redirect
Browse files- org-readme/README.md +2 -2
- org-readme/index.html +19 -0
org-readme/README.md
CHANGED
|
@@ -1,10 +1,10 @@
|
|
| 1 |
---
|
| 2 |
-
title:
|
| 3 |
emoji: 🧠
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
-
pinned:
|
| 8 |
---
|
| 9 |
|
| 10 |
<svg viewBox="0 0 900 150" xmlns="http://www.w3.org/2000/svg" width="900" height="150" role="img" aria-label="EEGDash catalog banner: 736 datasets, 40k subjects, 85k hours">
|
|
|
|
| 1 |
---
|
| 2 |
+
title: README
|
| 3 |
emoji: 🧠
|
| 4 |
colorFrom: blue
|
| 5 |
colorTo: indigo
|
| 6 |
sdk: static
|
| 7 |
+
pinned: false
|
| 8 |
---
|
| 9 |
|
| 10 |
<svg viewBox="0 0 900 150" xmlns="http://www.w3.org/2000/svg" width="900" height="150" role="img" aria-label="EEGDash catalog banner: 736 datasets, 40k subjects, 85k hours">
|
org-readme/index.html
ADDED
|
@@ -0,0 +1,19 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
<!DOCTYPE html>
|
| 2 |
+
<html lang="en">
|
| 3 |
+
<head>
|
| 4 |
+
<meta charset="UTF-8" />
|
| 5 |
+
<title>EEGDash — org card</title>
|
| 6 |
+
<meta http-equiv="refresh" content="0; url=https://huggingface.co/EEGDash" />
|
| 7 |
+
<style>
|
| 8 |
+
body { font-family: Inter, system-ui, -apple-system, sans-serif;
|
| 9 |
+
background: #F8FAFC; color: #0F172A;
|
| 10 |
+
display: flex; align-items: center; justify-content: center;
|
| 11 |
+
min-height: 100vh; margin: 0; padding: 24px; }
|
| 12 |
+
a { color: #0072B2; text-decoration: none; }
|
| 13 |
+
a:hover { text-decoration: underline; }
|
| 14 |
+
</style>
|
| 15 |
+
</head>
|
| 16 |
+
<body>
|
| 17 |
+
<p>Redirecting to <a href="https://huggingface.co/EEGDash">https://huggingface.co/EEGDash</a>…</p>
|
| 18 |
+
</body>
|
| 19 |
+
</html>
|