A tool to migrate GitHub Repositories to Gitea including all issues
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
gitea-github-migrator/frontend/src/index.html

11 lines
262 B

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8" />
<title>Gitea Migrator</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.3.1/semantic.min.css"/>
</head>
<body>
<div id="example"></div>
</body>
</html>