mirror of https://github.com/tasks/tasks
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
348 B
HTML
13 lines
348 B
HTML
14 years ago
|
<html>
|
||
|
<head>
|
||
|
<link rel="stylesheet" href="file:///android_asset/login.css" type="text/css"/>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="main">
|
||
|
<div id="welcome">Welcome to Stream</div>
|
||
|
<div id="login_button">
|
||
|
<a onclick="app.login()"><img src="file:///android_asset/login_button.png" width="90" height="31"/></a>
|
||
|
</div>
|
||
|
</div>
|
||
|
</body>
|
||
|
</html>
|