Advertisement
mvsp

header.php

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