Paragonik/index.js

16 lines
164 B
JavaScript
Raw Permalink Normal View History

2019-11-18 18:27:46 +01:00
<!DOCTYPE HTML>
<html>
<body>
<p>Before the script...</p>
<script>
alert( 'Hello, world!' );
</script>
<p>...After the script.</p>
</body>
</html>