nakedobjects.spa
Version:
Single Page Application client for a Naked Objects application.
16 lines (14 loc) • 436 B
HTML
<html>
<head>
<meta charset="utf-8">
<title>Nakedobjectsspa</title>
<!-- if installed to IIS virtual directory change baseurl to path eg href="/directoryname/" -->
<base href="/">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/x-icon" href="favicon.ico">
</head>
<body class="gemini">
<app-root>Loading...</app-root>
</body>
</html>