-
Notifications
You must be signed in to change notification settings - Fork 6
/
historical-event-lookup.html
25 lines (25 loc) · 1.27 KB
/
historical-event-lookup.html
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
<!DOCTYPE html>
<html>
<head>
<title>Eiffel | Sepia Implementation Architecture | Historical Event Lookup</title>
<meta name="theme-color" content="#ffffff">
<link rel="apple-touch-icon" sizes="180x180" href="./images/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="./images/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="./images/favicon/favicon-16x16.png">
<link rel="manifest" href="./manifest.json">
<link rel="mask-icon" href="./images/favicon/safari-pinned-tab.svg" color="#5bbad5">
<link rel='stylesheet' href='./css/index.css'>
<meta name="theme-color" content="#ffffff">
<script src="./js/csi.min.js"></script>
</head>
<body class="container">
<div data-include="includes/header.html"></div>
<section>
<div>
<h1 class="section-heading">Historical Event Lookup</h1>
<p class="section-paragraph">Historical Event Lookup queries an <a href="event-persistence.html">Event Persistence</a> service for events that have occurred in the past. This is required for any use case that operates not only in the present, but on information in past events.</p>
</div>
</section>
<div data-include="includes/footer.html"></div>
</body>
</html>