mirror of
https://github.com/aykhans/AzSuicideDataVisualization.git
synced 2025-07-02 14:27:31 +00:00
17 lines
190 B
HTML
17 lines
190 B
HTML
<HTML>
|
|
<BODY>
|
|
|
|
<SCRIPT>
|
|
b="Hello There, how are you"
|
|
</SCRIPT>
|
|
|
|
<SCRIPT LANGUAGE="Python">
|
|
print "Hello"
|
|
a="Hi there"
|
|
document.write("Hello<P>")
|
|
alert("Hi there")
|
|
</SCRIPT>
|
|
|
|
</BODY>
|
|
</HTML>
|