-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
26 lines (26 loc) · 1.04 KB
/
Copy pathindex.html
File metadata and controls
26 lines (26 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<!DOCTYPE html>
<html lang="">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Vite App</title>
<script src="https://www.google.com/recaptcha/api.js?render=6LeIxAcTAAAAAJcZVRqyHh71UMIEGNQ_MXjiZKhI"></script>
<meta name="description" content="AI Notebook Execution Platform - 提供計算服務,可以進行任務提交,狀態追蹤和資源管理。">
<meta name="keywords" content="GPU計算, 任務管理">
<meta name="author" content="ComputeService">
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebSite",
"name": "ComputeService",
"url": "https://ComputeService.csie.ncu.edu.tw",
"description": "為中央資訊電機學院學生提供計算服務,可以進行任務提交,狀態追蹤和資源管理。"
}
</script>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>