-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlicenses.html
16 lines (16 loc) · 888 Bytes
/
licenses.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Licenses</title>
<link rel="stylesheet" href="licenses_style.css">
</head>
<body>
<div class="container">
<h1>Licenses</h1>
<p>This website uses content from the Review of Particle Physics by the Particle Data Group, available at <a href="https://pdg.lbl.gov/" target="_blank">https://pdg.lbl.gov/</a>, licensed under <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a>.</p>
<p>Some icon vectors come from <a href="https://www.figma.com/community/file/1166831539721848736?ref=svgrepo.com" target="_blank">Solar Icons</a> under a <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a> license.</p>
</div>
</body>
</html>