mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 18:41:34 +01:00
15 lines
458 B
HTML
15 lines
458 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta http-equiv="refresh" content="0; url=https://docs.sprouted.cloud/" />
|
|
<script type="text/javascript">
|
|
window.location.href = "https://docs.sprouted.cloud/";
|
|
</script>
|
|
<title>Hedgedoc Umleitung</title>
|
|
</head>
|
|
<body>
|
|
Falls du nicht automatisch weitergeleitet wirst, folge diesem
|
|
<a href="https://docs.sprouted.cloud/">Link zu Hedgedoc</a>.
|
|
</body>
|
|
</html>
|