mirror of
https://github.com/ZeroCatDev/ClassworksKV.git
synced 2025-07-01 20:09:23 +00:00
24 lines
456 B
Plaintext
24 lines
456 B
Plaintext
<!DOCTYPE html>
|
|
<html lang="zh-CN">
|
|
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<title>
|
|
<%= readmeValue.title || "Classworks 服务端" %>
|
|
</title>
|
|
<link rel="stylesheet" href="/stylesheets/style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<h1>
|
|
<%= readmeValue.title || "Classworks 服务端" %>
|
|
</h1>
|
|
|
|
<div class="readme-content">
|
|
<pre><%= readmeValue.readme %></pre>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |