-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (28 loc) · 1.09 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Pen Docs</title>
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="https://pen-group.github.io/shared/css/themes.css">
<link rel="shortcut icon" href="logo.ico" type="image/x-icon">
<meta name="theme-color" content="#1f1c3b">
<meta property="og:title" content="Pen Group Documentation">
<meta property="og:description" content="Documentation for various Pen Group Projects">
<meta property="og:image" content="https://pen-group.github.io/docs/generalImages/logo.svg">
</head>
<body class="theme-dark">
<!--
?page=extensions%2FpenPlus%2fmain
just the main page for the pen+ extension. Nothing to much
-->
<div class="penPlus-topBar">
<img class="penPlus-logo" src="generalImages/logo.svg" alt="">
Docs
<img class="penPlus-themes" id="theme-button" src="generalImages/moon.svg" alt="">
</div>
<div class="penPlus-contents" id="documentContents"></div>
<script src="script.js"></script>
</body>
</html>