generated from caltechlibrary/template
-
Notifications
You must be signed in to change notification settings - Fork 0
/
about.html
27 lines (27 loc) · 862 Bytes
/
about.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<!DOCTYPE html>
<html>
<!--
@file about.html
@brief HTML code for the "About Boffo" dialog
@created 2023-06-08
@license Please see the file named LICENSE in the project directory
@website https://github.com/caltechlibrary/boffo
-->
<head>
<title>About <?= boffo.name; ?></title>
<?!= include('stylesheet.css'); ?>
</head>
<body>
<p>Version <?= boffo.version; ?>.</p>
<p>Boffo (<i><b>B</b>arc<b>o</b>des <b>f</b>rom <b>FO</b>LIO</i>) is an add-on for
Google Sheets that retrieves item data from FOLIO.
</p>
<p align="center">
<a href="<?= boffo.url; ?>" target="_blank">Boffo website ↗︎</a>
</p>
<p>
<span class="centered note">Written by Michael Hucka.</span>
<span class="centered note">© <?= boffo.copyrightYear; ?>, Caltech.</span>
</p>
</body>
</html>