mirror of
https://github.com/coder/code-server.git
synced 2024-12-04 15:00:38 +08:00
11 lines
178 B
HTML
11 lines
178 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<title>Test Plugin</title>
|
|
</head>
|
|
<body>
|
|
<p>Welcome to the test plugin!</p>
|
|
</body>
|
|
</html>
|