-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
31 lines (31 loc) · 1.12 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>OwnROM</title>
<link rel="icon" href="_media/favicon.png">
<meta name="google-site-verification" content="p9H3uaD0fyypEImqzIYLJJC6iuPT2ktM8PS278Wl6uI" />
<meta name="msvalidate.01" content="9E833AC5BB17FA41D7C83281B4F24548" />
<meta http-equiv="X-UA-uuuuu" content="IE=edge,chrome=1" />
<meta name="description" content="Android the way you want it.">
<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="//unpkg.com/docsify/lib/themes/vue.css">
</head>
<body>
<div id="app"></div>
<script>
window.$docsify = {
name: 'OwnROM',
homepage: 'home.md',
repo: 'https://github.com/OwnROM/',
loadSidebar: true,
subMaxLevel: 2,
themeColor: '#009688',
ga: 'UA-100993310-2'
}
</script>
<script src="//unpkg.com/docsify/lib/docsify.min.js"></script>
<script src="//unpkg.com/prismjs/components/prism-bash.min.js"></script>
<script src="//unpkg.com/docsify/lib/plugins/ga.min.js"></script>
</body>
</html>