diff options
| author | Mhykol <mchaeldonald62@pm.me> | 2024-06-16 03:13:55 -0400 |
|---|---|---|
| committer | Mhykol <mchaeldonald62@pm.me> | 2024-06-16 03:13:55 -0400 |
| commit | e72a9e5911b0fcfdaf8048400b055fe03391ad30 (patch) | |
| tree | 7c289de79286181d7bb49e92b05744ef3a09bba3 /examples/index.js | |
| parent | 43fc12689e9e4a455a41ba29a34455bddf3adb10 (diff) | |
Added examples
Diffstat (limited to 'examples/index.js')
| -rw-r--r-- | examples/index.js | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/examples/index.js b/examples/index.js deleted file mode 100644 index 64a619b..0000000 --- a/examples/index.js +++ /dev/null @@ -1,21 +0,0 @@ -class Index { - constructor() {} - - async Main() { - return { - html: ` - <section> - <h1>Welcome to <a href='https://git.fatalmatrix.xyz/cosmic.git'>Cosmic</a>!</h1> - <p>Please read the README.md</p> - </section> - `, - meta: { - keywords: 'Cosmic', - description: 'Welcome to Cosmic!' - } - } - } -} - -module.exports = (x) => {return new Index(x)} - |
