14 lines
282 B
HTML
14 lines
282 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
|
||
|
<head>
|
||
|
<title>Burgernotes</title>
|
||
|
<meta charset="UTF-8" />
|
||
|
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
|
||
|
<meta http-equiv="refresh" content="0; url=/app">
|
||
|
<head>
|
||
|
Redirecting...
|
||
|
<script>
|
||
|
window.location.replace("/app")
|
||
|
</script>
|