mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-07 01:54:15 +00:00
19 lines
356 B
HTML
19 lines
356 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">
|
|
<meta http-equiv="cache-control" content="no-store">
|
|
</head>
|
|
|
|
<body>
|
|
<ds-app></ds-app>
|
|
</body>
|
|
|
|
<!-- do not include client bundle, it is injected with Zone already loaded -->
|
|
|
|
</html>
|