Advertisement
Guest User

Untitled

a guest
Jun 12th, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 1.81 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>Arquivo Público e Histórico do Município de Rio Claro</title>
  4. <meta name=”viewport” content=”width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no”>
  5. <link rel=”icon” type=”image/png” href=”http://aphrioclaro.sp.gov.br/wp-content/uploads/2017/03/favicon.png”>
  6. <link rel=”stylesheet” href=”http://aphrioclaro.sp.gov.br/wp-content/themes/mytheme/bootstrap/css/bootstrap.css”>
  7. <link rel=”stylesheet” href=”http://aphrioclaro.sp.gov.br/wp-content/themes/mytheme/estilo.css”>
  8. <link href=”http://aphrioclaro.sp.gov.br/wp-content/themes/mytheme/css/font-awesome.min.css” rel=”stylesheet” type=”text/css”>
  9. <link rel=”stylesheet” href=”https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css”>
  10. <link href=”https://fonts.googleapis.com/css?family=Roboto+Slab:400,100,300,700″ rel=”stylesheet” type=”text/css”>
  11. <link href=”https://fonts.googleapis.com/css?family=Roboto+Condensed:400,500,700″ rel=”stylesheet”>
  12. <link rel=”stylesheet” href=”<?php bloginfo(‘stylesheet_url’); ?>”>
  13.  
  14. </head>
  15. <body id=”page-top”>
  16. <header>
  17. <div class=”container”>
  18.  
  19. <div class=”row logos”>
  20.  
  21. <div class=”col-md-2″>
  22.  
  23. </div>
  24.  
  25. <div class=”col-md-8″>
  26. </div>
  27. <div class=”col-md-2″>
  28. <div class=”row”>
  29. <div class=”logoPrefeitura “>
  30.  
  31. </div>
  32. <div class=”marginTop “>
  33. <form>
  34. <input type=”search” placeholder=”Pesquisar”>
  35. </form>
  36.  
  37. <button onclick=”zoom(1.1);”>+</button>
  38. <button onclick=”zoom(-0.1);”>-</button>
  39. </div>
  40. </div>
  41.  
  42. </div>
  43. </div>
  44. </div>
  45. </div>
  46. </header>
  47.  
  48. <nav id=”menu_topo”>
  49.  
  50. <div class=”container”>
  51.  
  52. <?php
  53.  
  54. $menu = wp_nav_menu($args = array());
  55. $menu = str_replace(“dashicons”, “fa”, $menu);
  56.  
  57. ?>
  58.  
  59. </div>
  60. </nav>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement