25 lines
645 B
HTML
25 lines
645 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/x-icon" href="favicon.ico">
|
|
<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': 'Support me',
|
|
'floating-chat.donateButton.background-color': '#5bc0de',
|
|
'floating-chat.donateButton.text-color': '#323842'
|
|
});
|
|
</script>
|
|
</body>
|
|
</html>
|