forked from Soushi-Atsumi/Open-in-Sidebar
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
40 lines (34 loc) · 1.17 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
36
37
38
39
40
<!DOCTYPE html>
<!--
Open in Sidebar - Very simple and useful extension. You can open a link in the sidebar.
Copyright (c) 2018 Soushi Atsumi. All rights reserved.
This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at http://mozilla.org/MPL/2.0/.
This Source Code Form is "Incompatible With Secondary Licenses", as
defined by the Mozilla Public License, v. 2.0.
-->
<html lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<link rel="stylesheet" type="text/css" href="index.css" />
<title></title>
</head>
<body>
<div id="tutorialTitleDivision">
<label id="tutorialTitleLabel"></label><br>
<img id="icon" src="icons/icon-1536.png" height="192" />
</div>
<h1 id="heading1"></h1>
<h1 id="heading2"></h1>
<label id="tutorialVideoDescriptionLabel"></label><br>
<a href="" id="tutorialVideoAnchor" target="_blank"></a>
<div id="othersDivision"></div><br>
<div id="cautionDivision"></div><br>
<footer>
© 2018 Soushi Atsumi.<br>
Illustration: © 2018 miya.
</footer>
<script src="index.js"></script>
</body>
</html>