-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (23 loc) · 1.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
<!DOCTYPE html>
<html lang="en">
<head>
<base href="https://jeffreymaomao.github.io/imgnote/">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="ImgNote is a web application designed for annotating and taking notes on images, allowing users to easily upload their own images or note files (JSON).">
<link rel="stylesheet" href="./css/style.css">
<link rel="stylesheet" href="./css/normalize.css">
<link rel="shortcut icon" href="./css/icon/imgnote.ico">
<script src="./js/main.js" defer></script>
<title>ImgNote</title>
<!-- Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://imgnote.netlify.app/">
<meta property="og:title" content="Img Note - Annotate and Take Notes on Images">
<meta property="og:description" content="ImgNote is a web application designed for annotating and taking notes on images, allowing users to easily upload their own images or note files (JSON).">
<meta property="og:image" content="https://imgnote.netlify.app/img/imgnote.seo.png">
</head>
<body>
<main></main>
</body>
</html>