2023-08-15 15:00:29 -04:00
|
|
|
<!DOCTYPE html>
|
2023-03-15 12:00:52 -04:00
|
|
|
<!--
|
|
|
|
|
Copyright (c) HashiCorp, Inc.
|
2023-08-10 21:14:03 -04:00
|
|
|
SPDX-License-Identifier: BUSL-1.1
|
2023-03-15 12:00:52 -04:00
|
|
|
-->
|
|
|
|
|
|
2023-08-15 15:00:29 -04:00
|
|
|
<html lang="en">
|
2018-04-03 10:16:57 -04:00
|
|
|
<head>
|
|
|
|
|
<meta charset="utf-8">
|
|
|
|
|
<meta http-equiv="cache-control" content="no-store" />
|
|
|
|
|
<meta http-equiv="expires" content="0" />
|
|
|
|
|
<meta http-equiv="pragma" content="no-cache" />
|
|
|
|
|
<title>Vault</title>
|
2018-12-07 15:00:52 -05:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, viewport-fit=cover">
|
2018-04-03 10:16:57 -04:00
|
|
|
|
|
|
|
|
{{content-for "head"}}
|
|
|
|
|
|
|
|
|
|
<link rel="stylesheet" href="{{rootURL}}assets/vendor.css">
|
|
|
|
|
<link rel="stylesheet" href="{{rootURL}}assets/vault.css">
|
2018-11-26 13:47:56 -05:00
|
|
|
<link rel="icon" type="image/png" href="{{rootURL}}favicon.png" />
|
2018-04-03 10:16:57 -04:00
|
|
|
|
|
|
|
|
{{content-for "head-footer"}}
|
|
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
{{content-for "body"}}
|
|
|
|
|
|
|
|
|
|
<script src="{{rootURL}}assets/vendor.js"></script>
|
|
|
|
|
<script src="{{rootURL}}assets/vault.js"></script>
|
|
|
|
|
|
|
|
|
|
{{content-for "body-footer"}}
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|