vaderjs 1.3.7 → 1.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,21 +0,0 @@
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>Vaderjs v1.3.3</title>
7
- <meta name="description" content="Vader.js is a modern web framework for building web applications.">
8
- <link rel="shortcut icon" href="https://raw.githubusercontent.com/Postr-Inc/Vader.js/vader1.3.3-beta/logo.png" type="image/x-icon">
9
- </head>
10
- <body>
11
- <div id="root"></div>
12
- <script type="module">
13
- import VaderRouter from './public/vader/router.js'
14
-
15
- const router = new VaderRouter('/', 3000)
16
- window.router = router
17
- await import('./app.js')
18
- router.listen(3000)
19
- </script>
20
- </body>
21
- </html>
package/vader DELETED
Binary file