Spaces:
Paused
Paused
| <html> | |
| <head> | |
| <meta charset="utf-8" /> | |
| <meta name="viewport" content="width=device-width" /> | |
| <title>About</title> | |
| <link rel="stylesheet" href="../static/css/main.css" /> | |
| </head> | |
| <body> | |
| <h1>About</h1> | |
| <p> | |
| This is just a simple test for creating a space on huggingface that | |
| works with <a href="https://flask.palletsprojects.com/en/2.2.x/">Flask</a>. | |
| </p> | |
| <p> | |
| This isn't much to write here yet. | |
| </p> | |
| <h1>Navigation</h1> | |
| <li> | |
| <a href="..">Home</a> | |
| </li> | |
| </body> | |
| </html> |