-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcc-license.html
More file actions
23 lines (23 loc) · 802 Bytes
/
cc-license.html
File metadata and controls
23 lines (23 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
</head>
<body>
<p>
© Steffen Devich 2025 - This work is licensed under a <a rel="license" href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a>
</p>
<p>
<a rel="license"
href="https://creativecommons.org/licenses/by-sa/4.0/"
target="_blank">Creative Commons Attribution-ShareAlike 4.0 International License
<img alt="Creative Commons License"
title="Creative Commons License"
style="border-width:0"
src="https://licensebuttons.net/l/by-sa/4.0/"
width="80"
height="15" />
</a>
</body>
</html>