Files
teachingtechYT.github.io/reviewpolicy.html
lawgicau 959f18642b Update part 2.
All gcode tests now compatible with multi nozzle/layer.
Up button added.
2021-07-13 09:40:40 +10:00

21 lines
919 B
HTML

<!DOCTYPE html>
<html>
<head>
<script src="js/loadscripts.js"></script>
</head>
<body>
<div id="menu"></div>
<div id="header"></div>
<div>
<p>This review policy has been in place for a couple of years now. It has been refined based on experiences with dealing with various companies, and especially by dealing with the unscrupulous ones. Any manufacturer that contacts me to request a video on their product must agree to these terms before proceeding.</p>
<iframe src="https://docs.google.com/document/d/e/2PACX-1vRz25KGTiArjiMNkNwX_lL0eeNxF2nyPgVvC5IpniiBPW-QmvTLubaj8Ip-OuEhmLS2gWgsdheOMRC7/pub?embedded=true" style="width:100%; min-height:55vh"></iframe>
</div>
<div id="up"></div>
<div id="footer"></div>
</body>
<script>
var pageName = "Review Policy";
var pageTitle="Teaching Tech Review Policy";
</script>
<script src="js/dynamic.js"></script>
</html>