-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
30 lines (28 loc) · 1.29 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width,initial-scale=1" />
<title>PhotoEditor</title>
<meta name="description" content="A fully functional Photo Editor made with Vuejs" />
<meta property="og:title" content="PhotoEditor" />
<meta property="og:description" content="A fully functional Photo Editor made with Vuejs" />
<meta property="og:type" content="website" />
<meta property="og:image" content="https://matb85.github.io/PhotoEditor/logo.png" />
<meta property="og:image:width" content="1280" />
<meta property="og:image:height" content="720" />
<meta property="og:image:alt" content="PhotoEditor logo" />
<meta property="og:url" content="https://matb85.github.io/PhotoEditor/" />
<link rel="icon" href="/favicon.ico" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="mask-icon" href="/mask-icon.svg" color="#FFFFFF" />
<meta name="theme-color" content="#ffffff" />
</head>
<noscript>
<strong>
We're sorry but PhotoEditor doesn't work properly without JavaScript enabled. Please enable it to continue.
</strong>
</noscript>
<body id="app"></body>
<script type="module" src="/src/main.ts"></script>
</html>