-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.html
More file actions
44 lines (43 loc) · 1007 Bytes
/
package.html
File metadata and controls
44 lines (43 loc) · 1007 Bytes
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
41
42
43
44
<!---->
<!-- Package.pug-->
<!-- nscake.github.io-->
<!-- -->
<!-- Created by Tanner Bennett on 2020-05-04-->
<!-- Copyright © 2020 Tanner Bennett. All rights reserved.-->
<!----><!DOCTYPE html>
<html>
<head>
<title>NSCake</title>
<meta charset="utf-8">
<script src="js/depict.js"></script>
<link rel="stylesheet" type="text/css" href="css/iPhone.css">
</head>
<body class="pinstripe">
<panel>
<div class="header">
<h1 id="tweak-name"></h1>
</div>
<fieldset>
<div>
<p id="depiction"></p>
</div>
</fieldset>
<div id="dependencies">
<label>Dependencies</label>
<fieldset>
<div>
<p id="dependencies-list"></p>
</div>
</fieldset>
</div>
<div id="changelog">
<label>Changelog</label>
<fieldset>
<div>
<p id="changelog-list"></p>
</div>
</fieldset>
</div>
</panel>
</body>
</html>