mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-15 02:09:51 +02:00
26 lines
562 B
HTML
26 lines
562 B
HTML
<!--
|
|
//
|
|
// index.html
|
|
//
|
|
// Created by somnilibertas@gmail.com on 21 Jul 2020
|
|
// Copyright 2020 Vircadia 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
|
|
//
|
|
-->
|
|
|
|
<html>
|
|
<head>
|
|
<title>Overte Metadata Exporter</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Overte Metadata Exporter</h1>
|
|
|
|
<p>If you can see this page, this means that your domain's metadata is available to be exported.</p>
|
|
<p>
|
|
<a href="/metadata">Metadata</a>
|
|
</p>
|
|
</body>
|
|
</html>
|