16 lines
204 B
Plaintext
16 lines
204 B
Plaintext
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>JS Tester</title>
|
|
</head>
|
|
<body>
|
|
<script src="myJS.js"></script>
|
|
</body>
|
|
</html>
|
|
|
|
// console.log("Laurence");
|
|
/*
|
|
This is my comment
|
|
Laurence Svekis
|
|
*/
|