Changed presentation link for the rehearsal

This commit is contained in:
Manos Katsomallos 2018-01-30 09:46:47 +01:00
parent df8a658822
commit 580c4d6e9f

View File

@ -1,9 +1,10 @@
<html> <html>
<head> <head>
<title>A web page that points a browser to a different page after 2 seconds</title> <meta http-equiv="refresh" content="3; URL=https://docs.google.com/presentation/d/1YCIAWbU-e-yENd1Lg03CBbWcXYwUWgXwGO3M8RCN3NA">
<meta http-equiv="refresh" content="2; URL=google.com">
</head> </head>
<body> <body>
If your browser doesn't automatically go there within a few seconds, you may want to go to <a href="google.com">the destination</a> manually. <p>
If your browser doesn't automatically redirect you within a few seconds, click <a href="https://docs.google.com/presentation/d/1YCIAWbU-e-yENd1Lg03CBbWcXYwUWgXwGO3M8RCN3NA">here</a>.
</p>
</body> </body>
</html> </html>