1
0
Fork 0
mirror of https://github.com/ethauvin/Clever.git synced 2025-04-24 16:37:11 -07:00
Clever/assets/www/index.html
2012-09-10 01:03:01 -07:00

29 lines
361 B
HTML

<html lang="en">
<head>
<meta charset="utf-8">
<title>Clever</title>
<style>
body{
background-color: #000;
}
.logo{
position: absolute;
bottom: 20px;
right: 20px;
width: 200px;
opacity: .4;
}
</style>
</head>
<body>
<img class="logo" src="file:///android_asset/www/clever.png"/>
</body>
</html>