Skip to content
This repository was archived by the owner on Feb 5, 2026. It is now read-only.

Commit aed2b34

Browse files
authored
Create view-source.html
1 parent 0d8cfa6 commit aed2b34

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

src/renderer/view-source.html

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
<!DOCTYPE html>
2+
<html lang="fr">
3+
<head>
4+
<meta charset="UTF-8">
5+
<title>Code Source</title>
6+
<style>
7+
body {
8+
font-family: monospace;
9+
white-space: pre-wrap;
10+
background: #121212;
11+
color: #eee;
12+
padding: 20px;
13+
}
14+
</style>
15+
</head>
16+
<body>
17+
<!-- Le contenu est écrit dynamiquement depuis le code -->
18+
</body>
19+
</html>

0 commit comments

Comments
 (0)