-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 1.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>OpenSmalltalk</title>
<link rel="shortcut icon" type="image/png" href="static/img/cog.png">
<!--[if IE]><link rel="shortcut icon" href="static/img/favicon.ico"><![endif]-->
<link href="static/site.css?v=1.0" rel="stylesheet">
<!--[if lt IE 9]>
<script src="static/js/html5shiv.min.js"></script>
<![endif]-->
</head>
<body>
<div class="container">
<div class="row">
<div class="col-md-6 col-lg-6 col-md-offset-3 col-lg-offset-3 text-center" >
<h1>OpenSmalltalk</h1>
<p class="lead">
The cross-platform virtual machine for Squeak, Pharo, Cuis, and Newspeak.
</p>
<div style="padding: 5%;">
<a href="https://github.com/OpenSmalltalk/"><img id="logo" width="100%" src="static/img/cog.png" alt="cog" class="img-center"></a>
</div>
<!--
<p class="lead">
<a id="download-button" class="btn btn-primary" href="https://bintray.com/opensmalltalk/vm/cog/_latestVersion#files" target="_blank" role="button">
<i class="fa fa-windows fa-lg"></i>
<i class="fa fa-apple fa-lg"></i>
<i class="fa fa-linux fa-lg"></i>
Download newest VM build
</a>
</p>
-->
<p class="lead">
<a href="https://github.com/OpenSmalltalk/">Source code on github</a>
</p>
</div>
</div> <!-- /row -->
</div> <!-- /container -->
</body>
</html>