Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
6 lines
121 B
6 lines
121 B
2 years ago
|
"use strict";
|
||
|
|
||
|
// loading a CSS style is a no-op in Node.js
|
||
|
module.exports = function () {
|
||
|
return Promise.resolve();
|
||
|
};
|