14 lines
189 B
HTML
Executable file
14 lines
189 B
HTML
Executable file
<html lang="en">
|
|
|
|
<head>
|
|
<script src="./app.js"></script>
|
|
</head>
|
|
|
|
<body>
|
|
<script>
|
|
console.log('hello');
|
|
const p = new Point(10, 10);
|
|
</script>
|
|
</body>
|
|
|
|
</html>
|