2016-01-01 21:05:09 +01:00
<!-- Copyright Justin S and Cuberite Team, licensed under CC-BY-SA 3.0 */ -->
2014-10-28 22:09:11 +01:00
< html >
2014-08-31 14:20:42 +02:00
< head >
2015-07-12 12:31:43 +02:00
< title > Cuberite WebAdmin - Login</ title >
2014-10-28 22:09:11 +01:00
< meta http-equiv = "Content-Type" content = "text/html; charset=utf-8" />
< link href = "login.css" rel = "stylesheet" type = "text/css" >
< link rel = "icon" href = "favicon.ico" >
2014-08-31 14:20:42 +02:00
</ head >
< body >
2014-10-28 22:09:11 +01:00
< div class = "contention" >
< div class = "row1" >
< div class = "wrapper" >
2015-07-12 12:31:43 +02:00
< img src = "logo_login.png" alt = "Cuberite Logo" class = "logo" >
2014-10-28 22:09:11 +01:00
</ div >
</ div >
< div id = "panel" >
< div class = "upper" >
< div class = "wrapper" >
< div >
2015-02-15 13:08:44 +01:00
< form method = "get" action = "webadmin/" >
2014-10-28 22:09:11 +01:00
< button type = "submit" value = "Log in" style = "width:150px;height:25px;font-family:'Source Sans Pro',sans-serif;background:transparent;border:none!important;vertical-align:middle" >
< strong >< img src = "login.gif" style = "vertical-align:bottom" /> WebAdmin Log in</ strong >
</ button >
</ form >
</ div >
</ div >
</ div >
</ div >
< div class = "row2 push10" >
< div class = "wrapper padtopp" >
< table border = "0" cellspacing = "0" cellpadding = "5" class = "tborder" style = "margin-bottom:5px" >
< tbody >
< tr >
< td class = "thead rounded_top" >
2016-01-01 21:05:09 +01:00
< div style = "float:left!important" >< strong > Cuberite WebAdmin</ strong ></ div >
2014-10-28 22:09:11 +01:00
</ td >
</ tr >
< tr >
< td class = "trow2 post_content" >
< div class = "post_body" >
< iframe width = "100%" height = "100%" style = "border:none;min-height:350px;max-height:450px" src = "/guest.html" ></ iframe >
</ div >
</ td >
</ tr >
</ tbody >
</ table >
</ div >
</ div >
2014-10-27 18:34:39 +01:00
</ div >
2014-10-28 22:09:11 +01:00
< div id = "footer" >
< div class = "upper" >
< div class = "wrapper" >
< ul class = "menu bottom_links" >
2016-01-31 02:25:03 +02:00
< li >< a href = "http://cuberite.org/" target = "_blank" > Cuberite</ a ></ li >
< li >< a href = "https://forum.cuberite.org/" target = "_blank" > Forums</ a ></ li >
< li >< a href = "https://builds.cuberite.org/" target = "_blank" > Buildserver</ a ></ li >
< li >< a href = "http://api-docs.cuberite.org/" target = "_blank" > API Documentation</ a ></ li >
2015-12-19 14:30:32 +00:00
< li >< a href = "https://book.cuberite.org/" target = "_blank" > User's Manual</ a ></ li >
2014-10-28 22:09:11 +01:00
</ ul >
</ div >
</ div >
< div class = "lower" >
< div class = "wrapper" >
2016-01-31 02:25:03 +02:00
< span id = "copyright" > Copyright © < a href = "http://cuberite.org/" target = "_blank" > Cuberite Team</ a > .</ span >
2014-10-28 22:09:11 +01:00
</ div >
</ div >
2014-10-27 18:34:39 +01:00
</ div >
2014-08-31 14:20:42 +02:00
</ body >
2014-10-23 21:03:19 +02:00
</ html >