Lightcord/modules/discord_desktop_core/core/app/notifications/index.html

19 lines
293 B
HTML
Raw Normal View History

2020-05-16 23:24:51 +02:00
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8" />
2020-06-26 21:05:09 +02:00
<style>
.notification {
border-radius: 10px;
}
.notification-icon {
border-radius: 10px
}
</style>
2020-05-16 23:24:51 +02:00
</head>
<body>
<div id="notifications-mount"></div>
<script src="index.js"></script>
</body>
</html>