mirror of
https://github.com/empayre/fleet.git
synced 2024-11-06 17:05:18 +00:00
482d025d05
* Extracts stacked boxes UI to a re-usable component * Presence validator * Equality validator * Adds ResetPasswordFrom * PasswordResetPage component and route * Ex icon on forgot pw page goes to login * Smooth out the fonts so they match the mocks * Remove dynamic background and refactor colors
13 lines
356 B
Cheetah
13 lines
356 B
Cheetah
<!DOCTYPE html>
|
|
<html data-uuid="{{ .UUID }}">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<link rel="stylesheet" type="text/css" href="/assets/stylesheets/fonts.css">
|
|
<title>Kolide</title>
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
<script async defer src="/assets/bundle.js" onload="this.parentElement.removeChild(this)"></script>
|
|
</body>
|
|
</html>
|