-
Notifications
You must be signed in to change notification settings - Fork 3
/
index.html
33 lines (30 loc) · 950 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>Scribus Tutorials - by the Scribus developer community</title>
<link rel="stylesheet" href="reset.css" />
<link rel="stylesheet" href="style.css" />
<link rel="stylesheet" href="scribus.css" />
<script src="jquery.min.js"></script>
<script src="showdown.min.js"></script>
<script src="reader.js"></script>
</head>
<body>
<nav>
<ol>
</ol>
</nav>
<div id="content">
<noscript>
<h1>Welcome to the Scribus tutorials created by the Scribus developer community</h1>
<p>Unfortunately you need javascript enabled to view these tutorials.</p>
</noscript>
</div>
<div id="page-footer">
Note, these tutorials we provide under the cc-by-sa license, <a href="#LICENSE.md">to view this license click here</a>.
</div>
<div id="message-box">
Error: Page could not load!
</div>
</body>
</html>