-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
56 lines (53 loc) · 1.94 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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html>
<head>
<style>
#leftbox {
float:left;
background:White;
width:25%;
height:280px;
}
#middlebox{
float:left;
background:Green;
width:50%;
height:280px;
}
#rightbox{
float:right;
background:white;
width:25%;
height:280px;
}
</style>
<title>This is the update site of the Arcware IDE.</title>
</head>
</html>
<!DOCTYPE html>
<html lang="en"><head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<meta charset="utf-8">
<meta content="Jdl and Xjdl Update Site" name="keywords">
<link type="image/x-icon" rel="icon" href="http://with-eclipse.github.io//favicon.ico">
<link type="image/x-icon" rel="shortcut icon" href="http://with-eclipse.github.io//favicon.ico">
<title>Arcware IDE repository -- Eclipse update site</title>
</head>
<body class="int" id="logos" onLoad="setTimeout('delayer()', 3000)">
<div id="rightbox">
<a href="https://arcware.io"><img border="0" src="https://raw.githubusercontent.com/Arcware-io/arcware-ide/updates/.images/Arcware.png"></a>
<p>© 2020, 2021 <a href="https://arcware.io"><img border="0">Arcware GmbH</a></p>
</div>
<div>
<p>
<div style="max-width: 900px;">
<hr />
<h1>Copyright (c) 2021 by Arcware GmbH (http://arcware.io). All Rights Reserved.</h1>
<hr />
<h1>This is an Eclipse Update Site</h1>
To install the software hosted on this site, please use the Eclipse Update Manager.<br/>
To learn how to install software from an update site, please carefully read <a href="http://help.eclipse.org/indigo/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-127.htm">Adding a new software site</a> from Eclipse Online-Help and follow the instructions there.
<hr />
</div>
</body>
</html>