-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdelta.html
More file actions
27 lines (23 loc) · 841 Bytes
/
delta.html
File metadata and controls
27 lines (23 loc) · 841 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>DELTA</title>
<link rel="stylesheet" href="./src/css/delta.css">
</head>
<body>
<div class="card">
<h2>DELTA</h2>
<p><code>Advanced Planar Polarized Light Emitter - type DELTA</code>.</p>
<a href="index.html"> ← Home</a>
</div>
<script type="module" src="./src/js/delta.js"></script>
</body>
</html>