<!DOCTYPE html>
<!--
	index.html
	HTML file for executing JavaScript examples in script.js
	as given in FI4278 lecture at Institut Teknologi Bandung,
	Indonesia
	
	Sparisoma Viridi | dudung@gmail.com
	
	20180116
	Create this HTML file.
	20180120
	With doi:10.5281/zenodo.1156151 upload to Zenodo.
	Learn to update and get 10.5281/zenodo.1156161 as new doi.
	Must not too often updating. PDF is not update yet.
	Doi: 10.5281/zenodo.1156150 for all versions.
	20180129
	Learn how to use vect3.js in operating vector algebra.
-->
<html>
	<head>
		<meta charset="iso-8859-1" />
		<title></title>
	</head>
	<body>
		<script src="vect3.js"></script>
		<script src="scripts.js"></script>
	</body>
</html>