summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnna Knoerr <an.kn@protonmail.ch>2021-09-08 04:26:09 +0200
committerAnna Knoerr <an.kn@protonmail.ch>2021-09-08 04:26:09 +0200
commite9ca64af8c6488ddcdb5cb3bc5f800315ed24750 (patch)
tree16dc5f81f377badf120e801758e4c062107bb12b
parent59f125d5cb8de1530b9c49ad9b3829aa55f8667c (diff)
body needed?
-rw-r--r--index.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/index.html b/index.html
index 4406a35..a4e92e1 100644
--- a/index.html
+++ b/index.html
@@ -6,7 +6,6 @@
<title>Anna Knörr</title>
</head>
-<body>
<p>Hi, my name is Anna. I'm currently a graduate student in theoretical physics at Perimeter Institute in Waterloo, Canada.<p>
<p>You can contact me here: an.kn@protonmail.ch </p>
<p>Welcome to my minimal online presence.</p>
@@ -29,7 +28,7 @@
<input type="text" id="whiteboard_name" placeholder="Whiteboard name">
<input type="text" id="user_name" placeholder="Username">
<button id="Whitebord_button" onclick="redirect_whiteboard()">Open whiteboard</button>
-</body>
+
<script>
function redirect_whiteboard() {
let user = document.getElementById("user_name").value;