Archived
1
0

plugin: Give test-plugin some html to test overlay

This commit is contained in:
Anmol Sethi
2020-11-06 10:09:35 -05:00
parent 197a09f0c1
commit 9d39c53c99
3 changed files with 17 additions and 4 deletions

View File

@ -0,0 +1,10 @@
<!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>