forked from OpenServer/OpenAuth_views
21 lines
483 B
HTML
21 lines
483 B
HTML
<!doctype html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset='utf8'>
|
|
<meta name='viewport' content='width=device-width'>
|
|
|
|
<title>OpenAuth - User</title>
|
|
|
|
<link rel='stylesheet' href='global.css'>
|
|
<link rel='stylesheet' href='user/bundle.css'>
|
|
</head>
|
|
|
|
<body>
|
|
<div id="content" style="height:100%"></div>
|
|
<script src='user/bundle.js'></script>
|
|
<script src="global.js"></script>
|
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto" lazyload>
|
|
</body>
|
|
|
|
</html> |