-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
35 lines (31 loc) · 1.16 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="description" content="marketplace, lenna, plugins, image-processing">
<meta name="keywords" content="images, marketplace, lenna, plugins, image-processing">
<meta name="author" content="chriamue">
<meta name="robots" content="index, follow" />
<title>Lenna Marketplace | find image processing plugins</title>
<script type="systemjs-importmap">
{
"imports": {
"vue": "https://cdn.jsdelivr.net/npm/[email protected]/dist/vue.global.prod.js"
}
}
</script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/system.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/extras/amd.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/extras/use-default.min.js"></script>
<script>
Object.getPrototypeOf(System).firstGlobalProp = true;
</script>
</head>
<body>
<div id="app">
<h1>Lenna Marketplace | find image processing plugins</h1>
</div>
</body>
</html>