aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html23
1 files changed, 11 insertions, 12 deletions
diff --git a/index.html b/index.html
index 465c3f0..06596f9 100644
--- a/index.html
+++ b/index.html
@@ -1,14 +1,13 @@
-<!doctype html>
+<!DOCTYPE html>
<html lang="en">
-<head>
- <meta charset="UTF-8">
- <meta name="viewport"
- content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
- <meta http-equiv="X-UA-Compatible" content="ie=edge">
- <title>r/logseq</title>
-</head>
-<body>
-<div id="app"></div>
-<script src="index.ts" type="module"></script>
-</body>
+ <head>
+ <meta charset="UTF-8" />
+ <link rel="icon" type="image/svg+xml" href="/src/favicon.svg" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+ <title>Logseq Plugin</title>
+ </head>
+ <body>
+ <div id="app"></div>
+ <script type="module" src="/src/main.tsx"></script>
+ </body>
</html>