sábado, 12 de outubro de 2019

#Template CSS

@charset "UTF-8";
/*Comentario*/

div.classename {
  position:relative;
  left:30%;
  top:30%;
  width:300px;
  height:200px;
}
div#objectid {
  position:relative;
  left:30%;
  top:30%;
  width:300px;
  height:200px;
}
[...]

#Template:Vhost apache

setup:

root@~# chown rcunha:apache /opt/www/mule/ && chmod 775 /opt/www/mule/
root@~# vi /etc/httpd/conf/httpd.conf
~
[...]
Listen 8080
[...]
<Directory "/opt/www">
    AllowOverride None
    Options Indexes FollowSymLinks
    Require all granted
</Directory>
[...]
~
root@~# vi /etc/httpd/conf.d/mule.conf
~
<VirtualHost *:8080>
DocumentRoot  /opt/www/mule
ServerName mule
</VirtualHost>
~

#Template Php

php info:

~ <?php

phpinfo();
?>
~

#TemplateHtml

#################################

<!DOCTYPE html>

<html>
<head>
<title>Titulo</title>
</head><body>
work
</body>
</html>

#################################


<!DOCTYPE html>
<!--
Comentário: TemplateHtml
-->
<html lang="pt-br">
<head>
<link rel="stylesheet" type="text/css" href="_css/file.css"/>
<meta charset="UTF-8"/>
<title></title>
</head>
<body>


</body>
</html>

#################################


Hierarquia de diretórios:
.
_css
_doc
_imagens
_midia