mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-14 05:23:06 +00:00
20 lines
379 B
HTML
20 lines
379 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<base href="/">
|
|
<title>DSpace</title>
|
|
<meta name="viewport" content="width=device-width,minimum-scale=1">
|
|
<link rel="icon" type="image/x-icon" href="assets/images/favicon.ico" />
|
|
</head>
|
|
|
|
<body>
|
|
<ds-app></ds-app>
|
|
</body>
|
|
|
|
<!-- this is needed for CSR fallback -->
|
|
<script async src="/client.js"></script>
|
|
|
|
</html>
|