diff options
| author | Kumar Priyansh <[email protected]> | 2019-06-10 18:53:11 +0530 |
|---|---|---|
| committer | Kumar Priyansh <[email protected]> | 2019-06-10 18:53:11 +0530 |
| commit | 00230bc16385e44a8e5ca4e7af941909f196c823 (patch) | |
| tree | 03dca007dcef31870daf874043c4dc0c9d97348f | |
| parent | 8994aea8c1e9179375cf49c64fd403a9132c638a (diff) | |
| download | authorr-00230bc16385e44a8e5ca4e7af941909f196c823.tar.xz authorr-00230bc16385e44a8e5ca4e7af941909f196c823.zip | |
Updated Index HML
| -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 |
