-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
22 lines (22 loc) · 909 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 http-equiv="X-UA-Compatible" content="IE=edge" />
<meta charset="utf-8">
<meta name="viewport" content="initial-scale=1, maximum-scale=1, user-scalable=no, width=device-width">
<title>OpusCapita</title>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="oc.css">
</head>
<body>
<div class="oc-container">
<main class="oc-content">
<img class="oc-logo" src="logo.svg" />
<nav class="oc-links">
<a class="oc-link" target="_blank" href="./ocui/index.html" rel="noopener noreferrer">OpusCapita user interface documentation for web interfaces</a>
<a class="oc-link" target="_blank" href="./ui/index.html" rel="noopener noreferrer">Ex-jCatalog user interface documentation for web interfaces</a>
</nav>
</main>
</div>
</body>
</html>