2016-01-01 15:05:09 -05:00
<!-- Copyright Justin S and Cuberite Team, licensed under CC - BY - SA 3.0 */ -->
2014-10-28 17:09:11 -04:00
< html >
2014-08-31 08:20:42 -04:00
< head >
2015-07-12 06:31:43 -04:00
< title > Cuberite WebAdmin - Login< / title >
2014-10-28 17:09:11 -04: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 08:20:42 -04:00
< / head >
< body >
2014-10-28 17:09:11 -04:00
< div class = "contention" >
< div class = "row1" >
< div class = "wrapper" >
2015-07-12 06:31:43 -04:00
< img src = "logo_login.png" alt = "Cuberite Logo" class = "logo" >
2014-10-28 17:09:11 -04:00
< / div >
< / div >
< div id = "panel" >
< div class = "upper" >
< div class = "wrapper" >
< div >
2015-02-15 07:08:44 -05:00
< form method = "get" action = "webadmin/" >
2014-10-28 17:09:11 -04: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 15:05:09 -05:00
< div style = "float:left!important" > < strong > Cuberite WebAdmin< / strong > < / div >
2014-10-28 17:09:11 -04: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 13:34:39 -04:00
< / div >
2014-10-28 17:09:11 -04:00
< div id = "footer" >
< div class = "upper" >
< div class = "wrapper" >
< ul class = "menu bottom_links" >
2016-01-30 19:25:03 -05: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 09:30:32 -05:00
< li > < a href = "https://book.cuberite.org/" target = "_blank" > User's Manual< / a > < / li >
2014-10-28 17:09:11 -04:00
< / ul >
< / div >
< / div >
< div class = "lower" >
< div class = "wrapper" >
2016-01-30 19:25:03 -05:00
< span id = "copyright" > Copyright © < a href = "http://cuberite.org/" target = "_blank" > Cuberite Team< / a > .< / span >
2014-10-28 17:09:11 -04:00
< / div >
< / div >
2014-10-27 13:34:39 -04:00
< / div >
2014-08-31 08:20:42 -04:00
< / body >
2014-10-23 15:03:19 -04:00
< / html >