content/hifi-content/zfox/webEventEchoer/echoer_ui.html
2022-02-14 02:04:11 +01:00

24 lines
596 B
HTML

<!DOCTYPE html>
<!--
Echoer
Created by Zach Fox on 2019-10-28
Copyright 2019 High Fidelity, Inc.
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>Echoer</title>
<meta charset="utf-8">
</head>
<body>
Hello world! Check your logs...
<!--Include this script here so it only executes once the DOM is ready.-->
<script type="text/javascript" src="js/echoer_ui.js?1"></script>
</body>
</html>