...
- Request from zonal IT services that the laptop has a generic UoB user account installed on it so as not to synchronise anyone's personal email etc.
- Edit On the example desktop create an .html file and place it on the desktop
...
<html>
<head>
<meta http-equiv="refresh" content="TIME REFRESH IN SECONDS">
</head>
<body>
PASTE MIND42 EMBED TEXT HERE
</body>
</html>
- An example filelike the one below to reflect the refresh rate of the content (currently set to 60 seconds)
- Replace the text within the iframe tag to be the embed code of your mindmap.
Code Block | ||||
---|---|---|---|---|
| ||||
<html> <head> <meta http-equiv="refresh" content="60"> </head> <body> <iframe width=100% height=100% frameborder='0' src='http://mind42.com/mindmap/149338ee-781a-45cd-bf56-f2c43d6cdf05?rel=embed'></iframe> </body> </html> |