diff options
| author | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-14 19:31:03 +0100 |
|---|---|---|
| committer | Abdellah El Morabit <nsrddyn@gmail.com> | 2024-11-14 19:31:03 +0100 |
| commit | fe441f69a4632e5245588574923ef8dc467eced5 (patch) | |
| tree | c9975c3b706a4c810ba975c2884c748d7255c770 /webconsole | |
| parent | 9ebcbfc83a64b8a27d0725dbd12f6a8fdb042934 (diff) | |
tried implementing ollama
Diffstat (limited to 'webconsole')
| -rw-r--r-- | webconsole/index.html | 12 | ||||
| -rw-r--r-- | webconsole/main.js | 0 |
2 files changed, 12 insertions, 0 deletions
diff --git a/webconsole/index.html b/webconsole/index.html new file mode 100644 index 0000000..812011f --- /dev/null +++ b/webconsole/index.html | |||
| @@ -0,0 +1,12 @@ | |||
| 1 | <!DOCTYPE html> | ||
| 2 | <html lang="en"> | ||
| 3 | <head> | ||
| 4 | <meta charset="UTF-8"> | ||
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
| 6 | <title>CONSOLE</title> | ||
| 7 | </head> | ||
| 8 | <body> | ||
| 9 | |||
| 10 | |||
| 11 | </body> | ||
| 12 | </html> \ No newline at end of file | ||
diff --git a/webconsole/main.js b/webconsole/main.js new file mode 100644 index 0000000..e69de29 --- /dev/null +++ b/webconsole/main.js | |||
