chldapasswd/static/header.html

18 lines
588 B
HTML
Raw Normal View History

2018-11-12 22:31:10 +00:00
{{define "header"}}
<!doctype html>
<html lang="en">
<head>
2018-12-30 11:52:34 +00:00
<!-- Required meta tags -->
2018-11-12 22:31:10 +00:00
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
2018-12-30 11:52:34 +00:00
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.1.3/css/bootstrap.min.css" integrity="sha384-MCw98/SFnGE8fJT3GXwEOngsV7Zt27NXFoaoApmYm81iuXoPkFOJwJ8ERdknLPMO" crossorigin="anonymous">
2018-11-12 22:31:10 +00:00
2018-12-30 11:52:34 +00:00
<title>nemunai.re password change</title>
2018-11-12 22:31:10 +00:00
</head>
<body>
2018-12-30 11:52:34 +00:00
<div class="container">
<div class="jumbotron">
2018-11-12 22:31:10 +00:00
{{end}}