1
0
Files
gringotts/gringotts-frontend/index.html

11 lines
232 B
HTML

<!doctype html>
<html lang="zh">
<head>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
</head>
<script>
window.location.href = '/pages/index/index.html'
</script>
</html>