feat: adds some draft policies
All checks were successful
ci / build_and_publish (push) Successful in 23s
All checks were successful
ci / build_and_publish (push) Successful in 23s
This commit is contained in:
parent
1ad26e6266
commit
f66adc0b65
9 changed files with 4710 additions and 2 deletions
30
policies/header.include
Normal file
30
policies/header.include
Normal file
|
|
@ -0,0 +1,30 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
||||
<title>[TITLE]</title>
|
||||
<style data-fill-with="stylesheet">
|
||||
</style>
|
||||
<style>
|
||||
|
||||
</style>
|
||||
</head>
|
||||
<body class="h-entry">
|
||||
<div class="head">
|
||||
<p style="background-color: #000; padding: 10px; font-size: large; font-weight: bold; color: #fff; float: right;">TLP:CLEAR</p>
|
||||
<img src="https://www.sr2.uk/images/logo.png" alt="SR2 Communications Limited" width="400" style="margin-bottom: 10px;">
|
||||
<h1 id="title" class="p-name no-ref">[TITLE]</h1>
|
||||
<h2 id="subtitle" class="no-num no-toc no-ref">Draft for Approval by Company Directors,
|
||||
<span class="dt-updated"><span class="value-title" title="[CDATE]">[DATE]</span></span>
|
||||
</h2>
|
||||
<div data-fill-with="spec-metadata"></div>
|
||||
<div data-fill-with="warning"></div>
|
||||
<p class='copyright' data-fill-with="copyright"></p>
|
||||
<hr title="Separator for header">
|
||||
</div>
|
||||
|
||||
<div class="p-summary" data-fill-with="abstract"></div>
|
||||
<div data-fill-with="at-risk"></div>
|
||||
|
||||
<nav data-fill-with="table-of-contents" id="toc"></nav>
|
||||
<main>
|
||||
Loading…
Add table
Add a link
Reference in a new issue