bruAristimunha commited on
Commit
2bad8b5
·
1 Parent(s): 1b47c35

Revert: remove redirect index.html

Browse files
Files changed (1) hide show
  1. org-readme/index.html +0 -19
org-readme/index.html DELETED
@@ -1,19 +0,0 @@
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>