7d43eaac95
This reverts commit bc02005dc097a10b5216b616ff0bd7a911240748. I couldn't get past some GLIBC errors in CI so moving back to unit tests.
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>
|