25 lines
711 B
HTML
25 lines
711 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
<meta charset="utf-8" />
|
|
<base href="/" />
|
|
|
|
<link rel="icon" type="image/png" href="assets/portrait/me.png" />
|
|
<title>Lechner Julian</title>
|
|
</head>
|
|
<body>
|
|
<app-root></app-root>
|
|
|
|
<script src="https://storage.ko-fi.com/cdn/scripts/overlay-widget.js"></script>
|
|
<script>
|
|
kofiWidgetOverlay.draw('fraujulian', {
|
|
type: 'floating-chat',
|
|
'floating-chat.donateButton.text': 'Tip me',
|
|
'floating-chat.donateButton.background-color': '#ff5f5f',
|
|
'floating-chat.donateButton.text-color': '#fff',
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|