veebikoolitus-2018-03-live/hello/hello.html

6 lines
80 B
HTML
Raw Normal View History

2018-03-22 18:17:31 +02:00
<!doctype html>
<title>Hello World</title>
<script>
alert("Tere")
</script>