mirror of
https://github.com/Foltik/Shimapan
synced 2024-11-10 23:53:31 -05:00
17 lines
333 B
HTML
17 lines
333 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8"/>
|
|
<title>Login</title>
|
|
|
|
<link href="/css/form.min.css" type="text/css" rel="stylesheet"/>
|
|
|
|
<script src="/js/shimapan.bundle.js"></script>
|
|
</head>
|
|
<body ng-app="shimapan">
|
|
<div id="container">
|
|
<login-component></login-component>
|
|
</div>
|
|
</body>
|
|
</html>
|