-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathfailure.html
More file actions
28 lines (26 loc) · 1.2 KB
/
failure.html
File metadata and controls
28 lines (26 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Records in Contexts — Resource List</title>
<link rel="stylesheet" href="ric_resources.css">
<meta name="viewport" content="width=device-width, initial-scale=1"/>
</head>
<body>
<div class="header">
<a href="./index.html" class="title"><h1>Records in Contexts — Resource List</h1></a>
</div>
<div class="ric-links">
<p><span><a href="https://www.ica.org/resource/records-in-contexts-conceptual-model/">RiC-CM</a></span><span><a href="https://www.ica.org/standards/RiC/ontology">RiC-O</a></span><span class="last"><a href="https://groups.google.com/g/Records_in_Contexts_users">RiC users group</a></span></p>
</div>
<div class="egad-logo">
<img class="egad-logo" src="EGAD_logo.svg"/>
</div>
<div class="menu" id="menu">
</div>
<div class="failure">
<p>An error occurred. Please contact us by raising an <a href="https://github.com/ICA-EGAD/RiC-ResourceList/issues">Issue</a> at GitHub, or otherwise. We will look into it as soon as we can!</p>
<p class="return-to-resource-list"><a href="./index.html">Return to the resource list</a></p>
</div>
</body>
</html>