viewing paste Unknown #23838 | Text

Posted on the
1 2 3 4 5 6 7 8 9 10 11 12 13 14
<!DOCTYPE html>
<html>
<body>
 
<h1>My First Web Page</h1>
<p>My first paragraph.</p>
 
<script>
window.alert(5 + 6);
</script>
 
</body>
</html> 
 
Viewed 607 times, submitted by Guest.