diff options
Diffstat (limited to 'webroot/index.html')
-rw-r--r-- | webroot/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webroot/index.html b/webroot/index.html index 59922a2..a406de7 100644 --- a/webroot/index.html +++ b/webroot/index.html @@ -20,8 +20,11 @@ <div class="xcontent"> <h1>Web Template</h1> + <button onclick="example_post()">Call JS Function</button> </div> + <script src="js/example.js"></script> + </body> </html> |