-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
45 lines (43 loc) · 1.35 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
41
42
43
44
<!DOCTYPE html>
<!--
~ @copyright (c) 2017 to present, Philipp Thuerwaechter & Pattrick Hueper
~ @license BSD-3-Clause (see LICENSE.md in the root directory of this source tree)
-->
<html lang="en">
<head>
<meta charset="utf-8" />
<title>js-joda projects</title>
<link rel="shortcut icon" href="favicon.ico">
<link rel="stylesheet" href="bundle.css">
<link rel="stylesheet" href="//code.cdn.mozilla.net/fonts/fira.css">
<script>
console.log("Welcome to js-joda. You can test the library in the browser console at https://js-joda.github.io/js-joda/");
</script>
</head>
<body>
<div class="pageHeader">
<div class="headerContent">
<h3>
<span class="left">
<a href="//js-joda.github.io">js-joda</a>
</span>
</h3>
</div>
</div>
<div class="pageBody">
<div class="content">
<h1>Immutable date and time library for javascript</h1>
<ul>
<li>
<a href="//js-joda.github.io/js-joda">js-joda github page</a>
</li>
</ul>
<ul>
<li>
<a href="https://github.com/js-joda/js-joda">js-joda github repository</a>
</li>
</ul>
</div>
</div>
</body>
</html>