-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
22 lines (22 loc) · 948 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Event Sourcing</title>
<meta name="description" content="A lightweight but also all-inclusive event sourcing library with a focus on developer experience and based on doctrine dbal">
<meta property="og:type" content="website">
<meta property="og:url" content="https://event-sourcing.patchlevel.de/">
<meta property="og:title" content="Event Sourcing">
<meta property="og:description" content="A lightweight but also all-inclusive event sourcing library with a focus on developer experience and based on doctrine dbal">
<meta property="og:image" content="https://event-sourcing.patchlevel.de/img/patchlevel-banner.png">
<noscript>
<meta http-equiv="refresh" content="1; url=latest/" />
</noscript>
<script>
window.location.replace("latest/" + window.location.hash);
</script>
</head>
<body>
Redirecting to <a href="latest/">latest/</a>...
</body>
</html>