akurath
Version:
IDE Frontend for codepsaces.io
22 lines (17 loc) • 447 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Helloworld</title>
<link rel="stylesheet" href="helloworld.css">
</head>
<body>
<h1>Helloworld</h1>
<p>Hello world from Dart!</p>
<div id="sample_container_id">
<p id="sample_text_id"></p>
</div>
<script type="application/dart" src="helloworld.dart"></script>
<script src="packages/browser/dart.js"></script>
</body>
</html>