@aarconada/urserver
Version:
Basic Server definitions to develope REST API with a node + express Server
32 lines (27 loc) • 1.24 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>Bus on demand/title>
<link rel="stylesheet" type="text/css" href="../theme/theme-indigo.css">
<link rel="stylesheet" type="text/css" href="../layout/css/layout-indigo.css">
<link rel="stylesheet" type="text/css" href="primeng.min.css">
</head>
<body class="exception-body notfound-page">
<div class="exception-type">
<img src="../layout/images/404.svg">
</div>
<div class="card exception-panel">
<i class="material-icons"></i>
<h1>Page Not Found</h1>
<div class="exception-detail">The resource you are looking for does not exist.</div>
<a href="/" class="ui-button secondary">
<span class="ui-button-text">Homepage</span>
</a>
</div>
</body>
</html>