ep_codepad
Version:
Turn etherpad into a realtime collaborative development environment
20 lines (17 loc) • 365 B
HTML
<html lang="en-US">
<head>
<meta charset="UTF-8">
<!-- meta http-equiv="refresh" content="1;url=<%=url %>" -->
<script type="text/javascript">
window.location.href = "<%=url%>";
</script>
<title>Page Redirection</title>
</head>
<body>
Redirecting:
<a href='<%=url%>'>
<%=url %>
</a>
</body>
</html>