24 lines
509 B
HTML
24 lines
509 B
HTML
<!DOCTYPE html>
|
|
<html lang="">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" href="/default-dark.css">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>OpenMCP News Feature</title>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
|
|
</html>
|
|
|
|
<style>
|
|
.openmcp-icon {
|
|
display: inline-block;
|
|
vertical-align: middle;
|
|
background: url('https://openmcp.kirigaya.cn/images/favicon.svg') no-repeat center/contain;
|
|
}
|
|
</style> |