diff options
| author | 8cy <[email protected]> | 2020-04-29 21:20:35 -0700 |
|---|---|---|
| committer | 8cy <[email protected]> | 2020-04-29 21:20:35 -0700 |
| commit | 102c1756f6e26731d99bd245de33429bd599adcc (patch) | |
| tree | e87ba95643b5ed81a3e54fa98e5175e88e6bbeb4 /dist/ws/views | |
| parent | The Memeification, v9.2.0 (diff) | |
| download | dep-core-102c1756f6e26731d99bd245de33429bd599adcc.tar.xz dep-core-102c1756f6e26731d99bd245de33429bd599adcc.zip | |
add npm copy scripts, v9.2.1
Diffstat (limited to 'dist/ws/views')
| -rw-r--r-- | dist/ws/views/error.hbs | 1 | ||||
| -rw-r--r-- | dist/ws/views/index.hbs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/dist/ws/views/error.hbs b/dist/ws/views/error.hbs new file mode 100644 index 0000000..fe49573 --- /dev/null +++ b/dist/ws/views/error.hbs @@ -0,0 +1 @@ +Error: {{errtype}}
\ No newline at end of file diff --git a/dist/ws/views/index.hbs b/dist/ws/views/index.hbs new file mode 100644 index 0000000..5253033 --- /dev/null +++ b/dist/ws/views/index.hbs @@ -0,0 +1 @@ +Status: Online
\ No newline at end of file |