diff options
Diffstat (limited to 'src/index.html')
| -rw-r--r-- | src/index.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/index.html b/src/index.html index 154412f..45a8b90 100644 --- a/src/index.html +++ b/src/index.html @@ -7,6 +7,8 @@ <title>Document</title> </head> <body> - this works + <script> + console.log('This Works'); + </script> </body> </html>
\ No newline at end of file |
