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
/
card.html.cjs
blob
ebcf28b13d67874b20521a5683040b65e61b2b9e
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', 'card.html'), 'utf8');
5
6
module.exports = html;