mirror of
https://github.com/overte-org/community-apps.git
synced 2025-04-05 19:57:04 +02:00
17 lines
No EOL
412 B
HTML
17 lines
No EOL
412 B
HTML
<!--
|
|
// index.html
|
|
//
|
|
// Created by Keb Helion, February 2020.
|
|
// Copyright 2020 Project Athena and contributors.
|
|
//
|
|
// Distributed under the Apache License, Version 2.0.
|
|
// See the accompanying file LICENSE or http://www.apache.org/licenses/LICENSE-2.0.html
|
|
-->
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta http-equiv="Refresh" content="0; url=web/index.html" />
|
|
</head>
|
|
<body>
|
|
</body>
|
|
</html> |