-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
20 lines (20 loc) · 888 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta property="og:title" content="Differenzo">
<meta property="og:site_name" content="Differenzo">
<meta property="og:url" content="https://differenzo.netlify.app/">
<meta property="og:description" content="Inspect, visualize, and save differences between texts">
<meta property="og:type" content="website">
<meta property="og:image" content="https://user-images.githubusercontent.com/13499566/159376443-fdbfa2df-1255-4ff0-9e0c-f18e52a563d2.png">
<link rel="icon" type="image/svg+xml" href="/src/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="manifest" href="/app.webmanifest">
<title>Differenzo</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>