-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (34 loc) · 2.18 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
40
41
42
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta charset="UTF-8">
<title>Similarity</title>
<meta name="theme-color" content="#11291f"/>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="Seeking patterns of similarity between data strings">
<meta name="keywords" content="phonetic-algorithm, levenshtein-distance, string-similarity, hamming-distance, ratcliff-obershelp-similarity, gestalt-approach, similarity">
<meta name="author" content="Alexander Munro">
<link rel="shortcut icon" href="./favicon.ico">
<link rel="apple-touch-icon" href="./images/AppleTouchIcon.png">
<link rel="preload" href="./images/NAVBridgeViewHeaderBackground.png" as="image">
<link rel="preload" href="./images/GitHubForkMe_Right_Transparent.png" as="image">
<link rel="preload" href="./images/NAVPinIconDisabled.png" as="image">
<link rel="prefetch" href="./images/NAVPinIconEnabled.png" as="image">
<link rel="stylesheet" type="text/css" href="./stylesheets/github-light.css" media="screen">
<link rel="stylesheet" type="text/css" href="./stylesheets/normalize.css" media="screen">
<link rel="stylesheet" type="text/css" href="./stylesheets/stylesheet.css" media="screen">
<link rel="stylesheet" type="text/css" href="./stylesheets/similarityIndex.css" media="screen">
<link rel='stylesheet' type='text/css' href='https://fonts.googleapis.com/css?family=Open+Sans:400,700' media="screen">
<link rel="stylesheet" type="text/css" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css" media="screen">
<script type="module" src="./repos/mods/similarityscript.min.js"></script>
</head>
<body class="ceres">
<section class="section-body-container index">
<include-directive src="./repos/scripts/IncludeHeader.inc"></include-directive>
<include-directive src="./repos/scripts/IncludeNavigation.inc"></include-directive>
<section class="section-frame-container">
<iframe class="frame-container" title="Selected menu item document place holder" loading="lazy" src="./repos/scripts/SyncIndex.html"></iframe>
</section>
</section>
</body>
</html>