-
Notifications
You must be signed in to change notification settings - Fork 20
/
changelog.html
33 lines (26 loc) · 1.05 KB
/
changelog.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>SFTools - Changelog</title>
<meta charset="utf-8">
<meta name="description" content="Collection of tools for Shakes & Fidget">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" type="image/png" href="res/favicon.png"/>
<link rel="stylesheet" href="css/pages/changelog.css"/>
<script src="vendor/js/jquery.3.4.1.min.js"></script>
<script src="vendor/js/semantic.min.js"></script>
<script src="js/core/core.js"></script>
<script src="js/changelog.js"></script>
<script src="js/views/base.js"></script>
<script src="js/pages/changelog.js"></script>
</head>
<body class="inverted">
<div class="ui fixed inverted borderless huge menu">
<div class="header item"><a href="index.html">SFTools</a></div>
</div>
<div class="ui main inverted container">
<div class="ui grid version-list">
</div>
</div>
</body>
</html>