You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
<!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 >