repo.or.cz
/
ProtonMail-WebClient.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Cleanup - unused files / unused exports / duplicate exports
[ProtonMail-WebClient.git]
/
applications
/
pass-extension
/
public
/
notification.html
blob
504b5ff453b7ed945cc2db8bdee64b798c33292a
1
<!DOCTYPE
html
>
2
<html>
3
<head>
4
<link
rel
=
"stylesheet"
href
=
"styles/notification.css"
/>
5
</head>
6
7
<body>
8
<div
id
=
"root"
></div>
9
<script
src
=
"notification.js"
defer
=
"defer"
charset
=
"UTF-8"
></script>
10
</body>
11
</html>