@aarconada/urserver
Version:
Basic Server definitions to develope REST API with a node + express Server
31 lines (27 loc) • 1.28 kB
HTML
<html>
<head>
<script>document.write('<base href="' + document.location + '" />');</script>
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0"/>
<meta name="apple-mobile-web-app-capable" content="yes" />
<title>PrimeNG - ULTIMA</title>
<link id="theme-css" rel="stylesheet" type="text/css" href="../theme/theme-indigo.css">
<link id="layout-css" rel="stylesheet" type="text/css" href="../layout/css/layout-indigo.css">
<link id="layout-css" rel="stylesheet" type="text/css" href="primeng.min.css">
</head>
<body class="exception-body error-page">
<div class="exception-type">
<img src="../layout/images/error.svg">
</div>
<div class="card exception-panel">
<i class="material-icons"></i>
<h1>Exception Occured</h1>
<div class="exception-detail">Please contact system administrator</div>
<a href="/" class="ui-button secondary">
<span class="ui-button-text">Homepage</span>
</a>
</div>
</body>
</html>