content/hifi-content/thoys/production/wear/html/wearTutorialAttach.html
2022-02-14 02:04:11 +01:00

26 lines
1 KiB
HTML

<!--
html/wearTutorialAttach.html
Created by Thijs Wenker on 11/30/17.
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>
<title>Attach Attachments Tutorial</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="css/tutorial-style.css">
<script type="text/javascript" src="js/jquery-3.2.1.min.js"></script>
<script type="text/javascript" src="js/tutorial.js"></script>
</head>
<body>
<div class="content">
<img src="img/wearTutorialAttach.gif" draggable="false"/>
<p><span class="bold">Left click</span> on an item to wear it</p>
<input type="button" class="blueButton gotIt" onclick="gotIt()" value="GOT IT" />
</div>
</body>
</html>