-
Notifications
You must be signed in to change notification settings - Fork 1
/
3069-45C.html
44 lines (37 loc) · 1.36 KB
/
3069-45C.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<html>
<head>
<title>Apollo Preliminary Drawings</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div class="grid">
<h1><a href="index.html">Apollo Preliminary Drawings</a></h1>
<h2>3069-45C: Apollo Air Locks Installation</h2>
<div class="row">
<div class="col col-2">
Author: <strong>D. Nelson</strong>
</div>
<div class="col col-2 text-right">
Date: <strong>1961-08-26</strong>
</div>
</div>
<div class="row">
<div class="col">
<a href="images/originals/3069-45C-orig.jpg" title="Click to view full size"><img src="images/3069-45C.jpg" /></a>
</div>
</div>
<p><!-- for any PRs to add text to each individual drawing if they have more information --></p>
</div>
<footer>
<div>website created by buildstarted © 2019 - 2024 <a href="/about">about</a></div>
</footer>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1C8XRW1XZC"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-1C8XRW1XZC');
</script>
</body>
</html>