32 lines
842 B
HTML
32 lines
842 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/padraouser.css">
|
|
<link rel="stylesheet" href="../../Css/Ambiente_Usuario/Configuracoes.css">
|
|
</head>
|
|
|
|
<body class="default-theme">
|
|
<section class="matriz">
|
|
|
|
<section class="menu">
|
|
<div class="catalos_1">
|
|
<img src="../../Acessts/Imagens/Iconis/paint-palette.png" alt="">
|
|
<a href="./estilos.html" target="iframe">Estilos</a>
|
|
</div>
|
|
|
|
</section>
|
|
|
|
<section class="apresentacao">
|
|
<iframe src="./estilos.html" frameborder="0" name="iframe"></iframe>
|
|
</section>
|
|
|
|
</section>
|
|
|
|
</body>
|
|
<script src="./tes.js"></script>
|
|
|
|
</html> |