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/index.html

18 lines
627 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>
<!-- Dependencies -->
<script src="./node_modules/react/umd/react.development.js"></script>
<script src="./node_modules/react-dom/umd/react-dom.development.js"></script>
<script src="./node_modules/semantic-ui-react/dist/umd/semantic-ui-react.min.js"></script>
<!-- Bundles -->
<script type="text/javascript" src="dist/bundle.js"></script></body>
</html>