mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-16 16:42:00 -04:00
10 lines
243 B
HTML
Executable File
10 lines
243 B
HTML
Executable File
<!DOCTYPE html>
|
|
<html>
|
|
<body>
|
|
<script>document.write("Hello World!");</script>
|
|
<br>
|
|
<button type="button" onclick='document.getElementById("demo").innerHTML = "Hello JavaScript!"'>Click Me!</button>
|
|
<p id="demo"></p>
|
|
</body>
|
|
</html>
|