6 lines
80 B
HTML
6 lines
80 B
HTML
<!doctype html>
|
|
<title>Hello World</title>
|
|
<script>
|
|
alert("Tere")
|
|
</script>
|