mirror of
https://github.com/HifiExperiments/overte.git
synced 2025-05-07 07:12:33 +02:00
33 lines
1.2 KiB
HTML
33 lines
1.2 KiB
HTML
<!--
|
|
// entityProperties.html
|
|
//
|
|
// Created by Ryan Huffman on 13 Nov 2014
|
|
// Copyright 2014 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>Properties</title>
|
|
<meta http-equiv="Content-Type" content="text/html;charset=utf-8">
|
|
<link rel="stylesheet" type="text/css" href="css/edit-style.css">
|
|
<link rel="stylesheet" type="text/css" href="css/colpick.css">
|
|
<link href="css/jsoneditor.css" rel="stylesheet" type="text/css">
|
|
<script src="js/jquery-2.1.4.min.js"></script>
|
|
<script src="js/colpick.js"></script>
|
|
<script type="text/javascript" src="qrc:///qtwebchannel/qwebchannel.js"></script>
|
|
<script type="text/javascript" src="js/eventBridgeLoader.js"></script>
|
|
<script type="text/javascript" src="js/spinButtons.js"></script>
|
|
<script type="text/javascript" src="js/underscore-min.js"></script>
|
|
<script type="text/javascript" src="js/entityProperties.js"></script>
|
|
<script src="js/jsoneditor.min.js"></script>
|
|
</head>
|
|
|
|
<body onload='loaded();'>
|
|
<div id="properties-list">
|
|
</div>
|
|
</body>
|
|
|
|
</html>
|