Authors: russell@unturf.com · brackishbert@gmail.com · foxhop.net · TimeHexOn.com Patches, unit tests, benchmarks, whitepaper, and outreach briefs. Public domain — no copyright claimed. Use freely.
45 lines
833 B
HTML
45 lines
833 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<style>
|
|
body {
|
|
margin: 0;
|
|
padding: 0;
|
|
font-family: Georgia, serif;
|
|
}
|
|
.header {
|
|
width: 100%;
|
|
display: flex;
|
|
justify-content: space-between;
|
|
align-items: baseline;
|
|
border-bottom: 1.5px solid #1a1a2e;
|
|
padding-bottom: 4px;
|
|
font-size: 10px;
|
|
color: #1a1a2e;
|
|
}
|
|
.brand {
|
|
font-size: 15px;
|
|
font-weight: bold;
|
|
letter-spacing: -0.5px;
|
|
color: #1a1a2e;
|
|
}
|
|
.tagline {
|
|
font-style: italic;
|
|
color: #555;
|
|
font-size: 9px;
|
|
}
|
|
.page {
|
|
color: #555;
|
|
font-size: 9px;
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
<span class="brand">undefect.</span>
|
|
<span class="tagline">CWE-407 · Pre-Disclosure · Confidential</span>
|
|
<span class="page">p. <span class="page"></span></span>
|
|
</div>
|
|
</body>
|
|
</html>
|