-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathapu.html
More file actions
27 lines (23 loc) · 807 Bytes
/
apu.html
File metadata and controls
27 lines (23 loc) · 807 Bytes
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 lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<meta name="author" content="Jefferson Barros Vieira">
<meta name="dcterms.created" content="08-14-2025">
<meta name="email" content="jefferson.vieira@lnls.br">
<link rel="author" href="https://github.com/JeffersonBarrosVieira">
<meta name="organization" content="LNLS Insertion Devices and Photon Diagnostic Group">
<meta name="copyright" content="2025">
<title>APU</title>
<link rel="stylesheet" href="./src/css/apu.css">
</head>
<body>
<div class="card">
<h2>APU</h2>
<p><code>Adjustable Phase Undulator</code>.</p>
<a href="index.html"> ← Home</a>
</div>
<script type="module" src="./src/js/apu.js"></script>
</body>
</html>