diff options
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -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; |