Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
parity-signer-companion
Commits
96b86b53
Unverified
Commit
96b86b53
authored
Oct 14, 2021
by
Andrei Eres
Committed by
GitHub
Oct 14, 2021
Browse files
Add missed notification page (#73)
parent
148ad8f7
Pipeline
#162141
passed with stages
in 3 minutes and 30 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
public/notification.html
0 → 100644
View file @
96b86b53
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<title>
Parity Signer Companion
</title>
<style
type=
"text/css"
>
body
{
min-height
:
600px
;
min-width
:
600px
;
}
</style>
</head>
<body>
<div
id=
"root"
></div>
<script
src=
'./extension.js'
></script>
</body>
</html>
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment