diff options
| author | omagdy7 <omar.professional8777@gmail.com> | 2023-11-02 23:55:13 +0200 |
|---|---|---|
| committer | omagdy7 <omar.professional8777@gmail.com> | 2023-11-02 23:55:13 +0200 |
| commit | c38d70c1752234bfc041c7fd5d762eec83cfbb9b (patch) | |
| tree | 3a94ec905db50dc2f217d0390c718dc17272d2ba /index.html | |
| download | ollama-logseq-c38d70c1752234bfc041c7fd5d762eec83cfbb9b.tar.xz ollama-logseq-c38d70c1752234bfc041c7fd5d762eec83cfbb9b.zip | |
First commit
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..465c3f0 --- /dev/null +++ b/index.html @@ -0,0 +1,14 @@ +<!doctype html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" + content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0"> + <meta http-equiv="X-UA-Compatible" content="ie=edge"> + <title>r/logseq</title> +</head> +<body> +<div id="app"></div> +<script src="index.ts" type="module"></script> +</body> +</html> |
