21 lines
463 B
HTML
21 lines
463 B
HTML
|
<!doctype html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset='utf8'>
|
||
|
<meta name='viewport' content='width=device-width'>
|
||
|
|
||
|
<title>OpenAuth - Home</title>
|
||
|
|
||
|
<link rel='stylesheet' href='global.css'>
|
||
|
<link rel='stylesheet' href='home/bundle.css'>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<div id="content"></div>
|
||
|
<script src='home/bundle.js'></script>
|
||
|
<script src="global.js"></script>
|
||
|
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto" lazyload>
|
||
|
</body>
|
||
|
|
||
|
</html>
|