30 lines
831 B
HTML
30 lines
831 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Document</title>
|
|
<link rel="stylesheet" href="./Css/Ambiente_Usuario/Configuracoes.css">
|
|
</head>
|
|
|
|
<body>
|
|
<section class="matriz">
|
|
|
|
<section class="menu">
|
|
<div class="catalos_1">
|
|
<img src="./Acessts/Imagens/Iconis/paint-palette.png" alt="">
|
|
<a href="./confipaginas/estilos.html" target="iframe">Estilo</a>
|
|
</div>
|
|
|
|
<a href="../gerenciarDominios.html">novo dominio<Button>testes</Button></a>
|
|
</section>
|
|
|
|
<section class="apresentacao">
|
|
<iframe src="./confipaginas/estilos.html" frameborder="0" name="iframe"></iframe>
|
|
</section>
|
|
|
|
</section>
|
|
</body>
|
|
|
|
</html> |