-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
30 lines (27 loc) · 1.03 KB
/
index.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
28
29
30
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta description="Various Manuals" />
<link rel="stylesheet" href="./style.css">
<title>Various Manuals and User Guides</title>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-ZZ4Z9GTEH8"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-ZZ4Z9GTEH8');
</script>
</head>
<body>
<h1>Various Manuals and User Guides</h1>
<p>
This project contains various manuals and user guides.
<h2>Manuals</h2>
<ul>
<li class="link"><a href="./site/broaimx-smart-bird-feeder-model-BF002A/index.html">BROAIMX Smart Bird Feeder</a></li>
<li class="link"><a href="./site/leitz-wetzlar-sm-lux-microscope/index.html">Leitz Wetzlar SM-LUX Teaching and Laboratory Microscope </a></li>
</ul>
</body>
</html>