-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
47252f0
commit 4fd750d
Showing
1 changed file
with
8 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,10 +7,14 @@ | |
<title>Sternfahrt Profilbild</title> | ||
</head> | ||
<body> | ||
<div style="margin:auto ;"> | ||
<h3>Profilbildgenerator</h3> | ||
<h5>für die Sternfahrt 21.04.2024 in München</h5> | ||
<div class="pbg-container"></div> | ||
<div style="margin:auto; text-align:center;"> | ||
<h1 style="margin: auto; font-family: 'jost-semi', sans-serif;"> | ||
Profilbildgenerator | ||
</h1> | ||
<h3 style="margin: auto; font-family: 'jost-semi', sans-serif;"> | ||
für die Rad-Sternfahrt 21.04.2024 in München | ||
</h3> | ||
<div class="pbg-container" style="margin: auto;"></div> | ||
</div> | ||
<script type="text/javascript" | ||
src="https://unpkg.com/[email protected]/dist/profile-picture-generator.js" | ||
|