diff options
Diffstat (limited to 'Blog/Components/_Shared')
| -rw-r--r-- | Blog/Components/_Shared/Log.razor | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Blog/Components/_Shared/Log.razor b/Blog/Components/_Shared/Log.razor new file mode 100644 index 0000000..588f293 --- /dev/null +++ b/Blog/Components/_Shared/Log.razor | |||
| @@ -0,0 +1,7 @@ | |||
| 1 | <div> | ||
| 2 | <label for="debug"> | ||
| 3 | Show debug log | ||
| 4 | <input type="checkbox" id="debug"> | ||
| 5 | </label> | ||
| 6 | <div id="log"></div> | ||
| 7 | </div> \ No newline at end of file | ||