cooperative-software-develo.../index.html
2020-09-17 20:12:27 -07:00

45 lines
No EOL
2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<!-- Bootstrap jQuery -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<!-- Load Lora font -->
<link href="https://fonts.googleapis.com/css2?family=Lora:ital,wght@0,400;0,700;1,400;1,700&display=swap" rel="stylesheet">
<!-- Puruse style -->
<link rel="stylesheet" href="https://faculty.washington.edu/ajko/books/peruse/peruse.css">
<!-- Peruse app -->
<script src="https://faculty.washington.edu/ajko/books/peruse/build/peruse.js"></script>
<link rel="apple-touch-icon" sizes="180x180" href="https://faculty.washington.edu/ajko/books/peruse/icons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://faculty.washington.edu/ajko/books/peruse/icons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://faculty.washington.edu/ajko/books/peruse/icons/favicon-16x16.png">
</head>
<body onload="peruse('book.json')">
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-10917999-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
<body>
</html>