-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathindex.html
33 lines (30 loc) · 893 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>PharoJS</title>
<link rel="stylesheet" type="text/css" href="css/pharoJS.css" />
</head>
<body style="color: rgb(51,153,235);
font-style: italic;
text-align:center;
width:100%;
background-color: rgb(230,250,255);
box-sizing:border-box;
padding:15px;
">
<!-- top level -->
<a href="https://pharojs.org"><img alt="PharoJS Logo" src="img/pharoJsBicolorLogo2016-08-12.png"
style="height:150px;max-width: 100%;"></a>
<h1>Develop in Pharo, Run on Javascript</h1>
<a href="https://pharojs.org">
<button style= "padding:20px;background-color: rgb(230,250,255); border: solid 2px rgb(51,153,235);border-radius: 5px; text-decoration: none; font-size: 200%;color: rgb(51,153,235);margin-top: 30px;">Visit PharoJS.org</button>
</a>
</body>
</html>
<!--
-*- Local Variables:
-*- coding: utf-8
-*- mode: HTML
-*- fill-column: 1000
-*- End:
-->