Archived
Private
Public Access
1
0

Initial commit

This commit is contained in:
2022-09-04 12:45:01 +02:00
commit f4a01d6a69
11601 changed files with 4206660 additions and 0 deletions

View File

@@ -0,0 +1,24 @@
<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title>Schriftarten</title>
<link rel="stylesheet" type="text/css" href="schriftarten.css">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Libre+Barcode+39+Text&display=swap" rel="stylesheet">
</head>
<body>
Lorem Ipsum<br><br>
<span id="span1">Lorem Ipsum</span><br><br>
<span id="span2">Lorem Ipsum</span><br><br>
<span id="span3">Lorem Ipsum</span><br><br>
<span id="span4">Lorem Ipsum</span><br><br>
<span id="span5">Lorem Ipsum</span><br><br>
<span id="extern">Lorem Ipsum</span><br><br>
<span id="extern2">Lorem Ipsum</span>
</body>
</html>