mirror of
https://github.com/amyjko/cooperative-software-development
synced 2024-12-25 21:58:15 +01:00
Updated paths to Peruse.
This commit is contained in:
parent
81cf3813c5
commit
3190e53602
1 changed files with 5 additions and 9 deletions
14
index.html
14
index.html
|
@ -14,15 +14,11 @@
|
|||
<!-- 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">
|
||||
<!-- Peruse -->
|
||||
<script src="https://faculty.washington.edu/ajko/peruse/peruse.js"></script>
|
||||
<link rel="stylesheet" href="https://faculty.washington.edu/ajko/peruse/peruse.css">
|
||||
<link rel="apple-touch-icon" sizes="180x180" href="https://faculty.washington.edu/ajko/peruse/ios-icon.png">
|
||||
<link rel="icon" type="image/png" sizes="32x32" href="https://faculty.washington.edu/ajko/peruse/favicon.png">
|
||||
|
||||
</head>
|
||||
<body onload="peruse('book.json')">
|
||||
|
|
Loading…
Reference in a new issue