diff options
| author | codetorso <[email protected]> | 2024-06-24 03:54:53 +0530 |
|---|---|---|
| committer | codetorso <[email protected]> | 2024-06-24 03:54:53 +0530 |
| commit | 557c7b82eb89cf95f480896fbe41355352a01482 (patch) | |
| tree | 78f4ebd4b8849a3b84d899ec8827ca1230b4097f /apps/extension/index.html | |
| parent | clean code+ user canvas (1/2) (diff) | |
| download | archived-supermemory-557c7b82eb89cf95f480896fbe41355352a01482.tar.xz archived-supermemory-557c7b82eb89cf95f480896fbe41355352a01482.zip | |
Add Extension (1/2)
Diffstat (limited to 'apps/extension/index.html')
| -rw-r--r-- | apps/extension/index.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/apps/extension/index.html b/apps/extension/index.html new file mode 100644 index 00000000..bb4c07c7 --- /dev/null +++ b/apps/extension/index.html @@ -0,0 +1,11 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <title>God Bless Vanilla JavaScript!!!</title> +</head> +<body> + <h1>hello World! Follow <a href="https://x.com/supermemoryai">@supermemoryai</a></h1> +</body> +</html>
\ No newline at end of file |