UNPKG

itihager

Version:

testing package kkkkk

26 lines (24 loc) 795 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>Document</title> <link rel="stylesheet" type="text/css" href="../Styles/style1.css"> </head> <body> <h1>Hello Alex</h1> <form method="post" action="./profile.html"> <input type="text" placeholder="Name" name="name"> <input type="text" placeholder="Age" name="age"> <input type="submit" value="Submit"> </form> <script src="../../Modules/myModule.js"></script> <script> console.log(MyMod); console.log(MyMod()); </script> <script src="../JavaScript/script1.js"></script> </body> </html>