UNPKG

lactate

Version:

Simple and featureful assets server

17 lines (15 loc) 317 B
<!doctype html> <html> <head> <meta charset='utf-8'> <title>Test</title> <script src='/files/jquery.min.js'></script> </head> <body> <script> $(function() { alert('Boogie down lactate time') }) </script> </body> </html>