FLUJOS/VISUALIZACION/node_modules/htmlnano/test.html
2025-11-07 00:06:12 +01:00

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>