forked from DataFabricRus/ontology-fts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
39 lines (36 loc) · 1.55 KB
/
index.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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="ru">
<head>
<meta charset="UTF-8">
<title>Онтологии, таксономии и словари | DataFabric Vocab</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="theme-color" content="#157878">
<link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' rel='stylesheet' type='text/css'>
<link rel="stylesheet"
href="https://pages-themes.github.io/cayman/assets/css/style.css?v=ad70028dd1aa491c4024da33eed0191c6806e7ea">
</head>
<!-- Copy-and-Pasted from https://pages-themes.github.io/cayman -->
<body>
<section class="page-header">
<h1 class="project-name">DataFabric Vocab</h1>
<h2 class="project-tagline">Репозиторий онтологий, таксономий и словарей от DataFabric.cc</h2>
<a href="https://github.com/DataFabricRus/ontology-fts" class="btn">Смотри на GitHub</a>
</section>
<section class="main-content">
<h1 id="header-1"><a href="#header-1"></a>Онтологии</h1>
<table>
<tr>
<th>Название</th>
<th>Ссылки</th>
</tr>
<tr>
<td>Онтология ФНС (Федеральной налоговой службы)</td>
<td>
[<a href="fts/docs/index-ru.html">документация</a>]
[<a href="https://github.com/DataFabricRus/ontology-fts/blob/master/fts/ontology.ttl">исходники</a>]
</td>
</tr>
</table>
</section>
</body>
</html>