This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
skynet-webportal/docker/kratos-selfservice-ui-node/main.hbs

23 lines
694 B
Handlebars
Raw Normal View History

2020-12-14 11:49:35 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
{{#if baseUrl}}
<base href="{{baseUrl}}" />
{{/if}}
<link rel="icon" type="image/png" href="{{pathPrefix}}favico.png">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/normalize/8.0.1/normalize.min.css">
<meta charset="utf-8">
<title>{{projectName}}</title>
<link rel="stylesheet" href="{{pathPrefix}}index.css">
<link rel="stylesheet" href="{{pathPrefix}}typography.css">
<link rel="stylesheet" href="{{pathPrefix}}form.css">
<link rel="stylesheet" href="{{pathPrefix}}auth.css">
<link rel="stylesheet" href="{{pathPrefix}}branding.css">
</head>
<body>
{{{body}}}
</body>
</html>