mirror of
https://thingvellir.net/git/overte
synced 2025-03-27 23:52:03 +01:00
initial commit for users.html
This commit is contained in:
parent
9865f134db
commit
75b1eba84e
1 changed files with 16 additions and 0 deletions
16
scripts/system/html/users.html
Normal file
16
scripts/system/html/users.html
Normal file
|
@ -0,0 +1,16 @@
|
|||
<!--
|
||||
// users.html
|
||||
//
|
||||
// Created by Faye Li on 18 Jan 2017
|
||||
// Copyright 2017 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>
|
||||
</head>
|
||||
<body>
|
||||
<h1> Hello Users </h1>
|
||||
</body>
|
||||
</html>
|
Loading…
Reference in a new issue