-
Notifications
You must be signed in to change notification settings - Fork 5
/
news.html
29 lines (29 loc) · 1.26 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>News - ChatZilla</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<link rel="icon" type="image/png" href="favicon.png"/>
<link rel="stylesheet" type="text/css" href="common/style/core.css"/>
<link rel="stylesheet" type="text/css" href="common/style/site.css"/>
<script type="text/javascript" src="common/script/site.js"></script>
<script type="text/javascript" src="common/script/writenews.js"></script>
<script type="text/javascript" src="common/script/news.js"></script>
<script type="text/javascript" src="common/script/writerevs.js"></script>
<script type="text/javascript" src="common/script/revs.js"></script>
<script type="text/javascript" src="common/script/host.js"></script>
<script type="text/javascript" src="common/script/download.js"></script>
</head>
<body>
<div id="header">
<script type="text/javascript">writeHeader();</script>
</div>
<div id="content">
<h2>News</h2>
<script type="text/javascript">writeNews();</script>
</div>
<div id="footer">
<script type="text/javascript">writeFooter();</script>
</div>
</body>
</html>