-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
37 lines (29 loc) · 1.02 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 2.0//EN">
<!-- Document { -->
<HTML>
<!-- Head { -->
<HEAD>
<TITLE>Jewel VM Project</TITLE>
<META NAME="description" CONTENT="Home of the Jewel Virtual Machine Project, an innovative alternate implementation of the Java Virtual Machine.">
<META NAME="keywords" CONTENT="jewel jewelvm java jvm jit compiler runtime implementation execution engine">
<META HTTP-EQUIV="refresh" CONTENT="5; URL=home.html">
</HEAD>
<!-- } Head -->
<!-- Body { -->
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#6666CC" VLINK="#666688" ALINK="#886666">
<!-- Splash { -->
<P ALIGN="center">
<A HREF="home.html"><IMG BORDER="0" WIDTH="300" HEIGHT="314" SRC="images/splash.jpg" ALT="Click on image to enter the website"></A>
</P>
<!-- } Splash -->
<!-- Copyright { -->
<P ALIGN="center">
<FONT SIZE="-2" COLOR="#808080">
All contents are copyrighted © 1998-2007 by Rodrigo Augusto Barbato Ferreira. All rights reserved.
</FONT>
</P>
<!-- } Copyright -->
</BODY>
<!-- } Body -->
</HTML>
<!-- } Document -->