mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-17 15:03:07 +00:00
24 lines
450 B
HTML
24 lines
450 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<title>DSpace</title>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
|
|
<link rel="icon" href="data:;base64,iVBORw0KGgo=">
|
|
|
|
<link rel="prerender" href="http://localhost:3000/lazy">
|
|
<link rel="preload" href="/assets/logo.svg">
|
|
<base href="/">
|
|
|
|
</head>
|
|
<body>
|
|
|
|
<app>
|
|
Loading DSpace ...
|
|
</app>
|
|
|
|
<script async src="/main.bundle.js"></script>
|
|
</body>
|
|
</html>
|