| <!DOCTYPE html> |
| <html lang="ko"> |
| <head> |
| <meta charset="UTF-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| <title>HuggingFace Spaces Links</title> |
| <style> |
| body { |
| font-family: Arial, sans-serif; |
| background-color: #f5f5f5; |
| padding: 20px; |
| } |
| h1 { |
| color: #333; |
| } |
| ul { |
| list-style-type: none; |
| padding: 0; |
| } |
| li { |
| margin-bottom: 10px; |
| } |
| a { |
| text-decoration: none; |
| color: #0066cc; |
| font-size: 1.1em; |
| } |
| a:hover { |
| text-decoration: underline; |
| } |
| </style> |
| </head> |
| <body> |
| <h1>HuggingFace Spaces Links</h1> |
| <ul> |
| <li> |
| <a href="https://huggingface.co/spaces/ginipick/3D-GAME" target="_blank" rel="noopener noreferrer"> |
| 3D-GAME |
| </a> |
| </li> |
| <li> |
| <a href="https://huggingface.co/spaces/ginipick/Flipper-Code-Generator" target="_blank" rel="noopener noreferrer"> |
| Flipper Code Generator |
| </a> |
| </li> |
| <li> |
| <a href="https://huggingface.co/spaces/ginipick/Baby-Name-Generator" target="_blank" rel="noopener noreferrer"> |
| Baby Name Generator |
| </a> |
| </li> |
| <li> |
| <a href="https://huggingface.co/spaces/ginipick/secreen-capture-OCR" target="_blank" rel="noopener noreferrer"> |
| Screen Capture OCR |
| </a> |
| </li> |
| <li> |
| <a href="https://huggingface.co/spaces/ginipick/face-pose-detect" target="_blank" rel="noopener noreferrer"> |
| Face Pose Detect |
| </a> |
| </li> |
| <li> |
| <a href="https://huggingface.co/spaces/ginigen/Graph-Mind" target="_blank" rel="noopener noreferrer"> |
| Graph Mind |
| </a> |
| </li> |
| </ul> |
| </body> |
| </html> |
|
|