Home Files
Adminer
Execute Command
PHP Eval
Symlink
File Upload
Owner :
www-data
PHP Version
5.6.40-0+deb8u12
Disk Space
41.05 GB
Server Addr
19-www4
Your IP
10.10.10.40
Edit File
File:
<!DOCTYPE html> <html lang="pt"> <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta name="description" content=""> <meta name="author" content="Sergey Pozhilov (GetTemplate.com)"> <title>Observatório de Prática Docente - OPD</title> <link rel="shortcut icon" href="assets/images/favicon.ico"> <!-- Bootstrap itself --> <link href="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/css/bootstrap.min.css" rel="stylesheet" type="text/css"> <!-- Custom styles --> <link rel="stylesheet" href="assets/css/magister.css"> <!-- Fonts --> <link href="http://netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css" rel="stylesheet" type="text/css"> <link href='http://fonts.googleapis.com/css?family=Wire+One' rel='stylesheet' type='text/css'> </head> <!-- use "theme-invert" class on bright backgrounds, also try "text-shadows" class --> <body class="theme-invert"> <nav class="mainmenu"> <div class="container"> <div class="dropdown"> <button type="button" class="navbar-toggle" data-toggle="dropdown"><span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <!-- <a data-toggle="dropdown" href="#">Dropdown trigger</a> --> <ul class="dropdown-menu" role="menu" aria-labelledby="dLabel"> <li><a href="#principal" class="active">Bem vindo</a></li> <li><a href="#contato">Contato</a></li> </ul> </div> </div> </nav> <!-- Main (Home) section --> <section class="section" id="principal"> <div class="container"> <div class="row"> <div class="col-md-10 col-lg-10 col-md-offset-1 col-lg-offset-1 text-center"> <!-- Site Title, your name, HELLO msg, etc. --> <h1 class="title">Observatório de Prática Docente</h1> <h2 class="subtitle">para América Latina e Caribe</h2> <!-- Short introductory (optional) --> <h3 class="tagline"> Site em construção. </h3> <!-- Nice place to describe your site in a sentence or two --> </div> <!-- /col --> </div> <!-- /row --> </div> </section> <!-- Fourth (Contact) section --> <section class="section" id="contato"> <div class="container"> <h2 class="text-center title">Mais informações</h2> <div class="row"> <div class="col-sm-8 col-sm-offset-2 text-center"> <p class="lead">e-mail</p> <p><b>opd@unemat.br</b><br><br></p> </div> </div> </div> </section> <!-- Load js libs only when the page is loaded. --> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.3/js/bootstrap.min.js"></script> <script src="assets/js/modernizr.custom.72241.js"></script> <!-- Custom template scripts --> <script src="assets/js/magister.js"></script> </body> </html>