-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnews.html
49 lines (40 loc) · 1.85 KB
/
news.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
45
46
47
48
49
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Coptic SCRIPTORIUM | News</title>
<link rel="stylesheet" href="scriptorium.css" type="text/css" charset="utf-8"/>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script>
$(function(){
$("#navbar").load("nav.html");
$("#topbanner").load("top.html");
$("#bottomcontent").load("bottom.html");
});
</script>
<script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-55145025-1', 'auto');
ga('send', 'pageview');
</script>
<script>var __adobewebfontsappname__="dreamweaver"</script>
<script src="http://use.edgefonts.net/asul:n4:default.js" type="text/javascript"></script>
<link rel="shortcut icon" href="/favicon.ico" type="image/x-icon">
<link rel="icon" href="/favicon.ico" type="image/x-icon">
<meta http-equiv="refresh" content="0; url=http://blog.copticscriptorium.org" />
</head>
<body>
<!-- Navbar -->
<div id="navbar"></div>
<div id="wrapper">
<div id="topbanner"></div>
<p></p>
<div id="content"><strong>Our news and release notes have moved to our blog. If this page does not redirect automatically, please visit <a href="http://blog.copticscriptorium.org" title="blog" target="_blank">blog.copticscriptorium.org</a>.</strong></div>
</div>
<!-- Bottom Content -->
<div id="bottomcontent"></div>
</body>
</html>