mirror of
https://github.com/ethauvin/Clever.git
synced 2025-04-25 08:57:12 -07:00
29 lines
361 B
HTML
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>
|