-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 1003 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<html>
<head>
<title>openSUSE.org</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<script type="text/javascript" src="WRTKit/WRTKit.js"></script>
<script type="text/javascript" src="FeedUpdateBroker.js"></script>
<script type="text/javascript" src="FeedPresentation.js"></script>
<script type="text/javascript" src="Forums.js"></script>
<script type="text/javascript" src="Login.js"></script>
<script type="text/javascript" src="Bugzilla.js"></script>
<script type="text/javascript" src="ForumPostForm.js"></script>
<script type="text/javascript" src="RssReader.js"></script>
<script type="text/javascript" src="Main.js"></script>
<style type="text/css">
@import url("style.css");
</style>
<META NAME="Generator" CONTENT="Nokia WRT plug-in for Aptana Studio 1.0.0.36" />
</head>
<body onload="init()">
</body>
</html>