commit 0757df614b5972fad33cd8145f455dc33c1f3c14
parent c9956debe97627b0adc12ee34e95d3bc4b0884fa
Author: glenda <glenda@cirno>
Date: Mon, 16 Feb 2026 17:08:13 +0000
website updates
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/CS10120/project/index.html b/CS10120/project/index.html
@@ -29,7 +29,7 @@
<hr>
<label for="namebox">What's your name?</label>
<input id="namebox" name="name" type="text" placeholder="Name" maxlength="20">
- <button onclick="sayHello();">Say <b><em>hello!</em></b></br></button>
+ <button onclick="sayHello();">Say <b><em>hello!</em></b></button>
<p id="nameoutput"></p>
<script src="scripts/nameinput.js"></script>