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
Merge branch 'feat/inda-383-daily-stat' into 'main'
[ProtonMail-WebClient.git]
/
packages
/
chargebee
/
__mocks
/
warningicon.html.cjs
blob
5340940ab1d28958732d7c44ad5ceb53315ea154
1
const fs = require('fs');
2
const path = require('path');
3
// get the html file
4
const html = fs.readFileSync(path.resolve(__dirname, '..', 'src', 'templates', 'warningicon.html'), 'utf8');
5
6
module.exports = html;