-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathhome.html
More file actions
64 lines (52 loc) · 1.79 KB
/
Copy pathhome.html
File metadata and controls
64 lines (52 loc) · 1.79 KB
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
57
58
59
60
61
62
63
64
<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>BeanShell - Lightweight Scripting for Java</title>
<link rel="shortcut icon" href="favicon.ico">
<link href="css/my_styles.css" rel="stylesheet" type="text/css">
</head>
<body>
<aside>
<nav>
<ul class="menu">
<li><a href="home.html">Home</a>
</li>
<li><a href="intro.html">Intro</a>
</li>
<li> <a href="docs.html">Docs</a>
</li>
<li> <a href="download.html">Download</a>
</li>
<li> <a href="contact.html">Contact</a>
</li>
<li> <a href="https://github.com/beanshell/beanshell/wiki">
Community Wiki</a>
</li>
<li> <a href="developer.html">Developer</a>
</li>
<li> <a href="license.html">License</a>
</li>
<li> <a href="beany.html">Beany</a>
</li>
</ul>
</nav>
</aside>
<article>
<!-- <h1>Lightweight Scripting for Java</h1> -->
<img class="center" src="images/bshsplash3.png" alt="BeanShell" width="525">
<!--
src="images/beanyover5-medium.png"/>
-->
<h1><em>Lightweight Scripting for Java</em></h1>
<p></p>
<hr>
<section>
<h3>BeanShell 3.0 In Development!</h3>
Work has started on a full release of BeanShell 3.0 after
a long stale period. BeanShell3 will be completely updated
and support new, sought-after features such as Lambdas.
</section>
</article>
</body>
</html>