rojects/source/pages/login.html

14 lines
379 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Login — Roject</title>
<link rel="stylesheet" href="/components/login-form/login-form.css">
</head>
<body>
<login-form></login-form>
<script type="module" src="/components/login-form/login-form.js"></script>
</body>
</html>