Files
AnaLogger/server/templates/main.html
T
Marco Locatelli ce2e4c523e initial commit
2021-03-09 15:22:10 +01:00

17 lines
300 B
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="refresh" content="0;url=index.html">
<title>SB Admin</title>
<script language="javascript">
window.location.href = "index.html"
</script>
</head>
<body>
Go to <a href="index.html">templates/index.html</a>
</body>
</html>