Added some pages
This commit is contained in:
6
pages/home/script.js
Normal file
6
pages/home/script.js
Normal file
@@ -0,0 +1,6 @@
|
||||
// JavaScript is used for toggling loading state
|
||||
var form = document.querySelector('form');
|
||||
form.onsubmit = function (event) {
|
||||
event.preventDefault();
|
||||
form.classList.add('signed');
|
||||
};
|
Reference in New Issue
Block a user