-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
38 lines (37 loc) · 1.78 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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>JoomlaWorks Documentation</title>
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Roboto:400,400i,700,700i|Source+Sans+Pro:400,700" />
<link rel="stylesheet" href="./themes/default/css/style.css?t=20200414_0100" />
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-18811387-9"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-18811387-9');
</script>
</head>
<body>
<div class="gridContainer">
<div class="header">
<h1><a href="./"><span>JoomlaWorks</span>Documentation</a></h1>
</div>
<div class="page">
<div class="menu" data-sd-menu></div>
<div class="content" data-sd-content></div>
</div>
<div class="footer">
<p>Copyright © 2006 - 2019 <a href="https://www.joomlaworks.net">JoomlaWorks Ltd</a>. All rights reserved.</p>
<p>Powered by JoomlaWorks <a href="./assets/js/simpledocs.js">SimpleDocs.js</a> & hosted on <a href="https://github.com/joomlaworks/docs.joomlaworks.net">GitHub Pages</a>.</p>
</div>
</div>
<script src="./assets/js/jquery-1.12.4.min.js"></script>
<script src="./assets/js/showdown.min.js?v=2.0.0-alpha1"></script>
<script src="./assets/js/simpledocs.js?t=20200414_0100"></script>
</body>
</html>
<!-- Cache busting with: ?t=20200414_0100 -->