Advertisement
Gleidson_21

includes_header.php

Jun 29th, 2021
197
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.53 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3.  
  4. <head>
  5.  
  6.   <meta charset="utf-8">
  7.   <title>
  8.     Sistema de cadastro de clientes
  9.   </title>
  10.   <!--Importando icones-->
  11.   <link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
  12.   <!--Instalando materialize-->
  13.   <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css">
  14.  
  15.   <!--Let browser know website is optimized for mobile-->
  16.   <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  17. </head>
  18.  
  19. <body>
  20.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement