-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
40 lines (33 loc) · 1.76 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
<!DOCTYPE html>
<html lang="en">
<head>
<title>RawWorks</title>
<link rel="icon" href="/favicon.png">
<link rel="manifest" href="/manifest.json">
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
<meta name="theme-color" content="#111">
<meta charset="UTF-8">
<meta name="description"
content="RawWorks is a powerful and versatile web-based photo editing tool that offers advanced features such as real-time histogram rendering, export in industry-standard XMP or PP3 format, fast performance and security for your raw files, in addition to being a Progressive Web App (PWA) that can work offline.">
<meta name="keywords" content="html, camera, raw, photography, edit, histogram, xmp, pp3, thumbnail, export">
<link rel="canonical" href="https://rawworks.qdwang.dev/">
<meta property="og:title" content="RawWorks">
<meta property="og:description"
content="A powerful web-based PWA photo editor that offers features like real-time histogram rendering and offline capability, with fast performance.">
<meta property="og:type" content="website">
<meta property="og:image" content="https://rawworks.qdwang.dev/favicon.png">
<meta property="og:url" content="https://rawworks.qdwang.dev/">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-0KJQVQ02FF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-0KJQVQ02FF');
</script>
</body>
</html>