Hi Gabriel, and thanks thanks for your answer.
Could you give an example of how the structure and the code?. I have
found that indeed, adding the line
Dartboard application loads.
But not quite understand, where you insert the code.
An example of the code of a page is loading indefinitely, inserting
Dart code:
<html>
<head>
<title>Example Dartboard</title>
</head>
<body>
<code class="codes">
main() {
print('Hello, Dart!');
}
</script>
</code>
</body>
</html>
Where is the error. If you could show me some example, I'd be very
grateful.
A greeting and thank you very much for everything.