mirror of
https://github.com/DSpace/dspace-angular.git
synced 2025-10-18 15:33:04 +00:00
initial commit
This commit is contained in:
23
src/index.html
Normal file
23
src/index.html
Normal file
@@ -0,0 +1,23 @@
|
||||
<!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>
|
Reference in New Issue
Block a user