<!doctype html> | |
<html> | |
<head> | |
<title>Vanadium {{title .ServerName}} Allocator</title> | |
{{template "head" .}} | |
</head> | |
<body class="identityprovider-layout allocatord"> | |
{{template "header" .}} | |
<div class="main"> | |
<h1 class="page-head">Create and Manage Instances of {{title .ServerName}}</h1> | |
<p> | |
<a class="button-passive" href="{{.Home}}">Log in</a> | |
</p> | |
</div> | |
</body> | |
</html> |