mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-16 22:43:03 +00:00
21 lines
398 B
HTML
21 lines
398 B
HTML
<!doctype html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>DSpace</title>
|
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
|
<link rel="stylesheet" href="/styles/main.css">
|
|
<base href="/">
|
|
</head>
|
|
|
|
<body>
|
|
<ds-app>
|
|
Loading DSpace ...
|
|
</ds-app>
|
|
<script async src="/main.bundle.js"></script>
|
|
</body>
|
|
|
|
</html>
|