| <!doctype html> |
| <html lang="en"> |
| <head> |
| <meta charset="utf-8" /> |
| <meta name="viewport" content="width=device-width, initial-scale=1" /> |
| <meta name="color-scheme" content="light dark" /> |
| <meta |
| name="description" |
| content="Boxer links your Apache account to GitHub, manages your repository access and lets you create new ASF git repositories." |
| /> |
| <link rel="icon" type="image/png" href="./images/logo.png" /> |
| <link |
| rel="alternate" |
| type="application/rss+xml" |
| title="Apache Software Foundation - Infrastructure Boxer" |
| href="/rss.xml" |
| /> |
| <title>ASF Boxer Service</title> |
| <script type="module" src="/src/main.js"></script> |
| </head> |
| <body> |
| <div id="app"></div> |
| </body> |
| </html> |