diff options
Diffstat (limited to 'www')
| -rw-r--r-- | www/js-test.html | 20 | ||||
| -rw-r--r-- | www/scripts/test.js | 1 |
2 files changed, 21 insertions, 0 deletions
diff --git a/www/js-test.html b/www/js-test.html new file mode 100644 index 0000000..223827e --- /dev/null +++ b/www/js-test.html @@ -0,0 +1,20 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <title> The YES's Page </title> + <meta charset="UTF-8"> + <link rel="stylesheet" href="css/styles.css"> +</head> +<body> + <header> + <div style="float: left"> <button onclick="window.location.href='/'" style="font-size: 20px">sh%t go back</button> </div> + <div style="margin: auto; width: fit-content;"> <b> The Mighty HTML Page. Ew JS </b> </div> + </header> + <div id="section-div"> + <script src="/scripts/test.js"></script> + </div> + <footer> + <p> This is a page for testing various things </p> + </footer> +</body> +</html> diff --git a/www/scripts/test.js b/www/scripts/test.js new file mode 100644 index 0000000..4a0a5b2 --- /dev/null +++ b/www/scripts/test.js @@ -0,0 +1 @@ +console.log('прощай world') |