-
Notifications
You must be signed in to change notification settings - Fork 129
/
Copy pathreviewpolicy.html
21 lines (21 loc) · 919 Bytes
/
reviewpolicy.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!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>