-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
23 lines (20 loc) · 830 Bytes
/
index.html
File metadata and controls
23 lines (20 loc) · 830 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Line Numbers for Google Docs</title>
<link rel="icon" href="_media/favicon.ico">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<meta name="description" content="A Chrome Extension to add line numbers to any Google Docs document!">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<link rel="stylesheet" href="./css/lib/docsify-themes-vue.css">
</head>
<body>
<div id="app"></div>
<script src="./js/index.js"></script>
<script src="./js/lib/docsify.min.js" data-ga="UA-44179721-6"></script>
<script src="./js/lib/docsify-emoji.min.js"></script>
<script src="./js/lib/docsify-ga.min.js"></script>
</body>
</html>