Files
AFX_yTools_v2/client/index.html
T
2026-04-14 15:01:08 -07:00

44 lines
1.7 KiB
HTML
Executable File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<link href="./style.css" type="text/css" rel="stylesheet">
<!-- <script src="./index.js"></script> -->
</head>
<body>
<div class="container">
<div class="col">
<h1>yToolBox</h1>
<div class="row">
<button id="plus1BTN">+1</button>
<button id="minus1BTN">-1</button>
<button id="tagWipBTN">WIP</button>
<button id="tagDoneBTN">Done</button>
<button id="collectBTN" >Collect</button>
</div>
<button id="ySetStrBTN" class="fill-width">ySetStructure</button>
<button onclick="document.location.href ='./yCompHearder.html'" class="fill-width">yCompHerder</button>
<button id="yFlatBTN" class="fill-width">yFlatten</button>
<button class="fill-width">yRenderToProjectPath</button>
<button class="fill-width">yRenderMarkers</button>
<button class="fill-width">yColorProbe</button>
<button class="fill-width">yBindBetween2</button>
<button class="fill-width">yBindBetween2</button>
<button class="fill-width">yCornerPinOffset</button>
<button class="fill-width">yPuppetRig</button>
<button class="fill-width">yStopMotionLayer</button>
</div>
</div>
<div class="anchorBottomRight"><p>v1.1</p></div>
</body>
<script src="./CSInterface.js"></script>
<script src="./index.js"></script>
</html>