-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
21 lines (20 loc) · 852 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
<title>Ciotoflow - Lascia fluire la ciotia</title>
<link rel="stylesheet" type="text/css" href="css/style.css"/>
<link rel="icon" href="cioto_human/images/favicon.png" type="image/png" />
</head>
<body alink="#aaffaa" link="white" vlink="#62cc5c">
<div align="center">
<h1>CiotoFlow</h1>
<p>*** Let the _CIOTIA_ flows out! ***</p>
<a href="human.html"><img src="images/human_side.png"/></a><a href="shell.html"><img src="images/robot_side.png"></a>
<br/><br/>
<a href="human.html">Versione umana</a>
<a href="shell.html">Versione nerd</a>
</div>
</body>
</html>