This repository has been archived on 2021-01-15. You can view files and clone it, but cannot push or open issues or pull requests.
goBug/Interfaccia.html

48 lines
612 B
HTML
Raw Normal View History

2017-05-26 13:09:48 +00:00
<html>
<head>
<title>GoBug</title>
<meta charset="UTF-8">
<style type="text/css">
h1 {
color: white;
text-align: center;
2017-05-26 13:21:32 +00:00
font-size:2.4em;
2017-05-26 13:09:48 +00:00
}
body{
background: #009999;
}
table{
border: 1px solid white;
empty-cells: show;
2017-05-26 13:21:32 +00:00
background: white;
2017-05-26 13:09:48 +00:00
padding: 0px;
width:100%;
2017-05-26 13:21:32 +00:00
height: 89%;
2017-05-26 13:09:48 +00:00
}
td,tr{
background: white;
padding: 0px
}
2017-05-26 13:21:32 +00:00
2017-05-26 13:09:48 +00:00
</style>
</head>
<body>
<h1> Go bug</h1>
<table>
<tr>
<th></th>
<th></th>
<th></th>
</tr>
2017-05-26 13:21:32 +00:00
2017-05-26 13:09:48 +00:00
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>
</body>
</html>