mirror of
https://github.com/Pathduck/pathduck.github.io.git
synced 2026-07-18 16:51:59 -04:00
New tests
This commit is contained in:
Executable
+9
@@ -0,0 +1,9 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user