forked from donatj/force-color.org
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathtemplate.html
31 lines (26 loc) · 893 Bytes
/
template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<!doctype html>
<html>
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JM57XS0B5Q"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JM57XS0B5Q');
</script>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FORCE_COLOR: Keep Your Command Line Colorful, Even when Piping - Retain Text Colors in Logs, Output Streams, and More</title>
<meta name="keywords" content="FORCE_COLOR, ANSI color, command-line, piping, CI">
<link rel="stylesheet" href="style.css">
</head>
<body>
<main>
${CONTENT}
</main>
<div class="github_badge">
<a href="https://github.com/donatj/force-color.org" target="_blank" rel="noopener noreferrer">Fork me on GitHub!</a>
</div>
</body>
</html>