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.
30 lines
816 B
30 lines
816 B
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<!-- Standard Meta -->
|
|
<meta charset="utf-8" />
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
|
|
|
|
<!-- Site Properties -->
|
|
<title>Gitea Migrator</title>
|
|
|
|
<script src="static/js/jquery-3.1.1.min.js"></script>
|
|
<script src="static/js/semantic.min.js"></script>
|
|
<link href="static/css/semantic.min.css" rel="stylesheet">
|
|
<style type="text/css">
|
|
body {
|
|
background-color: #DADADA;
|
|
}
|
|
body > .grid {
|
|
height: 100%;
|
|
}
|
|
.column {
|
|
max-width: 450px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
{{if .Flash.ErrorMsg}}
|
|
<div class="ui error message">{{.Flash.ErrorMsg}}</div>
|
|
{{end}} |