mirror of
https://gitea.com/Lydanne/issues-helper.git
synced 2025-08-19 18:25:58 +08:00
40 lines
928 B
HTML
40 lines
928 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta
|
|
name="viewport"
|
|
content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no"
|
|
/>
|
|
<link
|
|
rel="shortcut icon"
|
|
type="image/x-icon"
|
|
href="https://avatars1.githubusercontent.com/u/73879334?s=200&v=4"
|
|
/>
|
|
<style>
|
|
html {
|
|
scroll-behavior: smooth;
|
|
}
|
|
.markdown table {
|
|
width: auto !important;
|
|
}
|
|
.markdown table td:first-child {
|
|
font-weight: normal !important;
|
|
}
|
|
</style>
|
|
<link rel="stylesheet" href="/issues-helper/umi.1f456e5a.css" />
|
|
<script>
|
|
window.routerBase = "/issues-helper/";
|
|
</script>
|
|
<script>
|
|
//! umi version: 3.3.3
|
|
</script>
|
|
<title>Issue Helper</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
|
|
<script src="/issues-helper/umi.12e6641f.js"></script>
|
|
</body>
|
|
</html>
|