veebikoolitus-2018-03-live/hello/hello.html
2018-03-22 18:17:31 +02:00

6 lines
80 B
HTML

<!doctype html>
<title>Hello World</title>
<script>
alert("Tere")
</script>