aboutsummaryrefslogtreecommitdiff
path: root/src/index.html
diff options
context:
space:
mode:
authorKumar Priyansh <[email protected]>2019-06-10 18:53:11 +0530
committerKumar Priyansh <[email protected]>2019-06-10 18:53:11 +0530
commit00230bc16385e44a8e5ca4e7af941909f196c823 (patch)
tree03dca007dcef31870daf874043c4dc0c9d97348f /src/index.html
parent8994aea8c1e9179375cf49c64fd403a9132c638a (diff)
downloadauthorr-00230bc16385e44a8e5ca4e7af941909f196c823.tar.xz
authorr-00230bc16385e44a8e5ca4e7af941909f196c823.zip
Updated Index HML
Diffstat (limited to 'src/index.html')
-rw-r--r--src/index.html4
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